Skip to content

Commit

Permalink
Remove RVM
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed May 25, 2015
1 parent 5119d0f commit ff3414a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .extras
Expand Up @@ -15,9 +15,6 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
[[ -r "$NVM_DIR/bash_completion" ]] && . "$NVM_DIR/bash_completion"

# RVM
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"

# pyenv
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
Expand Down

0 comments on commit ff3414a

Please sign in to comment.