summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-29 03:03:29 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-29 03:03:29 -0400
commitdb8dd3e6140e66db46f309bff9054ba137eb797a (patch)
tree889147780271b8a9ea1283cea782d118e1b09cf1 /zshrc
parent40956ae026974be3fb746eb48f141b8eb14470da (diff)
downloadconf-db8dd3e6140e66db46f309bff9054ba137eb797a.tar.gz
conf-db8dd3e6140e66db46f309bff9054ba137eb797a.zip
move around some type-specific scripts
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index fd589cf..1d1525c 100644
--- a/zshrc
+++ b/zshrc
@@ -7,7 +7,7 @@ test -d $HOME/.cargo/bin && export PATH="$HOME/.cargo/bin:$PATH"
# 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/local:${HOME}/.bin:/usr/lib/ccache/bin:$PATH"
+export PATH="${HOME}/.bin/local:${HOME}/.bin/$(cat "${HOME}/conf/.conf-type"):${HOME}/.bin:/usr/lib/ccache/bin:/usr/share/git/diff-highlight:$PATH"
[ -f "$HOME/.sh/env" ] && source $HOME/.sh/env
# }}}
# Change the window title of X terminals {{{