source cargo env if installed

This commit is contained in:
Inhji 2019-05-05 23:24:48 +02:00
parent f30486c342
commit 45345054da
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ else
export EDITOR='atom'
fi
if [[ -d $HOME/.cargo ]]; then
source $HOME/.cargo/env
fi
source $ZSH/oh-my-zsh.sh
alias r="source ~/.zshrc"