summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshenv b/.zshenv
index f9dcf48..6c7da64 100644
--- a/.zshenv
+++ b/.zshenv
@@ -13,7 +13,7 @@ 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
+export PATH="/usr/lib/ccache/bin:$PATH"
export DISTCC_HOSTS="192.168.1.26/24"
export EDITOR="vim"
export SUDO_EDITOR="vim"