Add rust.

This commit is contained in:
Gea-Suan Lin
2016-10-21 13:38:11 +08:00
parent 5c476c7950
commit e8c4deb8e1
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ alias update="(cd ~/git; make all)"
[[ -s "$HOME/.phpbrew/bashrc" ]] && source "$HOME/.phpbrew/bashrc"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
[[ -s "$HOME/perl5/perlbrew/etc/bashrc" ]] && source "$HOME/perl5/perlbrew/etc/bashrc"
[[ -s "$HOME/.cargo/env" ]] && source "$HOME/.cargo/env"
#
export PYENV_ROOT="${HOME}/.pyenv"
if [ -d "${PYENV_ROOT}" ]; then