source cargo env if installed

This commit is contained in:
Inhji 2019-05-05 23:24:48 +02:00
父節點 f30486c342
當前提交 45345054da
共有 1 個檔案被更改,包括 4 行新增0 行删除

查看文件

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