From fb22439b794bff05ba58df53f3839a6f24a8dcdb Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 25 May 2013 18:29:02 -0500 Subject: [PATCH] Added rbenv to bash profile. --- .bash_profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 9203760..d5d602c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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 -)"