summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/zshrc b/zshrc
index 1e9d84e..99ca293 100644
--- a/zshrc
+++ b/zshrc
@@ -1,15 +1,15 @@
-# 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"
-[ -f "$HOME/.sh/env" ] && source $HOME/.sh/env
-# }}}
# language environments {{{
test -f $HOME/perl5/perlbrew/etc/bashrc && source $HOME/perl5/perlbrew/etc/bashrc
test -f $HOME/python/bin/activate && source $HOME/python/bin/activate
type rbenv > /dev/null 2>&1 && eval "$(rbenv init -)"
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"
+[ -f "$HOME/.sh/env" ] && source $HOME/.sh/env
+# }}}
# Change the window title of X terminals {{{
function term_title_precmd () {
echo -ne "\033]0;${USER}@${HOST}:${PWD/$HOME/~}\007"