Added rbenv to bash profile.

This commit is contained in:
Ryan Cavicchioni 2013-05-25 18:29:02 -05:00
parent 68d3be45bb
commit fb22439b79

View File

@ -63,4 +63,7 @@ export EDITOR=vim
PATH=/usr/local/bin:$PATH
# This loads RVM into a shell session.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
#[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"