source cargo env if installed

Este commit está contenido en:
Inhji 2019-05-05 23:24:48 +02:00
padre f30486c342
commit 45345054da
Se han modificado 1 ficheros con 4 adiciones y 0 borrados

Ver fichero

@ -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"