summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-16 06:38:25 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-21 06:37:31 -0500
commit7b5eaece5605d6fe8e8b3031b30e9493f167e09d (patch)
treedebbb16e82644c974f1f1905dc5d806c79d2e7b8 /zshrc
parent12829c16525fd8b769ad16a1cffae0477f207272 (diff)
downloadconf-7b5eaece5605d6fe8e8b3031b30e9493f167e09d.tar.gz
conf-7b5eaece5605d6fe8e8b3031b30e9493f167e09d.zip
move PATH setting out of .env
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 49fa869..8e91ea8 100644
--- a/zshrc
+++ b/zshrc
@@ -1,6 +1,7 @@
# environment {{{
# not using .zshenv, because it runs before /etc/profile, and /etc/profile
# tends to hard-set $PATH and such
+export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/nethack:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
[ -f "$HOME/.env" ] && source $HOME/.env
# }}}
# Change the window title of X terminals {{{