This commit is contained in:
Ryan Cavicchioni 2013-04-24 07:35:52 -05:00
parent 68d3be45bb
commit 0c94e49bd1

View File

@ -60,7 +60,6 @@ PS1='\[\e[1;32m\][\u@\h \w] \$\[\e[0m\] '
export EDITOR=vim export EDITOR=vim
PATH=/usr/local/bin:$PATH PATH=$HOME/.rbenv/bin:/usr/local/bin:$PATH
# This loads RVM into a shell session. eval "$(rbenv init -)"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"