From ab3b20c12f31a126ad0809a365fb92ecf7886b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Logerais=20=28Numericable=20-=20Ing=C3=A9nierie?= =?UTF-8?q?=20Syst=C3=A8me=29?= Date: Thu, 5 Dec 2013 13:35:47 +0100 Subject: [PATCH] Remove RVM stuff from bash_profile --- bash_profile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bash_profile b/bash_profile index 2fa389c..6bb43fa 100644 --- a/bash_profile +++ b/bash_profile @@ -7,8 +7,3 @@ if [ -d $HOME/.bash/profile.d ]; then for file in $(ls $HOME/.bash/profile.d/*); # This file is sourced by bash for login shells. The following line # runs your .bashrc and is recommended by the bash info pages. [[ -f ~/.bashrc ]] && . ~/.bashrc - -if [ -d $HOME/.gem/ruby/1.9.1/bin ] ; then export PATH=$PATH:$HOME/.gem/ruby/1.9.1/bin ; fi - -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* -PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting