summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2020-08-12 12:54:00 -0500
committerDanny Holman <dholman@gymli.xyz>2020-08-12 12:54:00 -0500
commitd8e90af6b187ab343c7fee1f8e609f01134da873 (patch)
tree4a5e5c46f478ce26a91ba90f371e2928edfcbb1d /.zshenv
parent8c6ce4a45dbfe315b28c0d79630e3bc502dcc12a (diff)
.zshenv: prepend PATH with ccache binaries
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"