remove rvm, dont source profile

This commit is contained in:
Robin Wenglewski 2011-12-30 03:35:03 +01:00
commit c796d9f1d9
4 changed files with 4 additions and 5 deletions

View file

@ -74,7 +74,3 @@ unsetopt EXTENDED_HISTORY # add timestamps to history
# ctrl-< and crtrl-> still works
export DISABLE_AUTO_UPDATE=true
# rvm, should be at the end of this config file
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.