diff options
author | Danny Holman <dholman@gymli.xyz> | 2020-08-12 12:54:00 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2020-08-12 12:54:00 -0500 |
commit | d8e90af6b187ab343c7fee1f8e609f01134da873 (patch) | |
tree | 4a5e5c46f478ce26a91ba90f371e2928edfcbb1d /.zshenv | |
parent | Don't bother me about 'git pull' (diff) | |
download | dotfiles-d8e90af6b187ab343c7fee1f8e609f01134da873.tar.gz dotfiles-d8e90af6b187ab343c7fee1f8e609f01134da873.tar.zst dotfiles-d8e90af6b187ab343c7fee1f8e609f01134da873.zip |
.zshenv: prepend PATH with ccache binaries
Diffstat (limited to '')
-rw-r--r-- | .zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |