summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-04-17 23:44:22 -0500
committerDanny Holman <dholman@gymli.org>2020-04-17 23:44:22 -0500
commit596de9befbc4db2438421d21037a38c0236b5139 (patch)
tree84783c3b1caffdddc7c9f0699cf53d4699a63dec /.zshenv
parent7fdff57d86cafd6b7c32bf80d46322428746264a (diff)
General updates
Update everything in this folder to be current with my setup.
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zshenv b/.zshenv
index 412512b..2cbc002 100644
--- a/.zshenv
+++ b/.zshenv
@@ -13,11 +13,13 @@ appendpath '/home/dholman/bin'
appendpath '/home/dholman/.local/bin'
appendpath '/home/dholman/.gem/ruby/2.7.0/bin'
appendpath '/home/dholman/.rvm/bin'
+export PATH="/usr/lib/distcc/bin:$PATH"
export PATH
+export DISTCC_HOSTS="192.168.1.26/24"
export EDITOR="vim"
export SUDO_EDITOR="vim"
export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0
-export GPGKEY=90D8F8E2C830F6129B2FBB1133836B30AA014B82
+export GPGKEY=87B76D64AF9090B9C527B4D44EE2AB8BAFCB5561
export GPG_TTY=$(tty)
export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh
unset SSH_AGENT_PID