From d9fa75b94fc1d2d2ece462506e5340ce624f01ea Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 18 Jun 2017 20:06:26 -0400 Subject: add cargo to path --- zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zshrc') 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 () { -- cgit v1.2.3-54-g00ecf