From 8a168fddb306881c57a443bcd6ce97f5da2fed27 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Tue, 2 Sep 2014 21:25:57 -0500 Subject: [PATCH] chruby --- .bash_profile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.bash_profile b/.bash_profile index 2cf10b9..07ff33c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -44,10 +44,4 @@ PS1='\[\e[1;32m\][\u@\h \w]\$\[\e[0m\] ' export EDITOR=vim -PATH=$HOME/.rbenv/bin:/usr/local/bin:$PATH - -# This loads RVM into a shell session. -#[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" - -export PATH="$HOME/.rbenv/bin:$PATH" -eval "$(rbenv init -)" +source /usr/local/share/chruby/chruby.sh