Added rbenv to bash profile.
This commit is contained in:
parent
68d3be45bb
commit
fb22439b79
@ -63,4 +63,7 @@ export EDITOR=vim
|
|||||||
PATH=/usr/local/bin:$PATH
|
PATH=/usr/local/bin:$PATH
|
||||||
|
|
||||||
# This loads RVM into a shell session.
|
# 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 -)"
|
||||||
|
Loading…
Reference in New Issue
Block a user