summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index ad28b69..b4c6251 100644
--- a/zshrc
+++ b/zshrc
@@ -7,6 +7,7 @@ export PATH="/usr/share/git/diff-highlight:${HOME}/.bin/local:${HOME}/.bin:/usr/
# language environments {{{
test -f $HOME/perl5/perlbrew/etc/bashrc && source $HOME/perl5/perlbrew/etc/bashrc
type rbenv > /dev/null 2>&1 && eval "$(rbenv init -)"
+test -d $HOME/.cargo/bin && export PATH="$HOME/.cargo/bin:$PATH"
# }}}
# Change the window title of X terminals {{{
function term_title_precmd () {