1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Load RVM only once

This commit is contained in:
Holger Just 2011-07-18 13:06:24 +02:00
parent d7df6ff269
commit 98206d0b10

View File

@ -35,14 +35,7 @@ export HISTIGNORE="&:ls:ll:la:l.:pwd:exit:clear"
export HISTCONTROL=ignoreboth
shopt -s histappend >/dev/null 2>&1
# Load RVM
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
# Ruby Settings
export RUBY_VERSION=1.8.7
export RUBYOPT=-rubygems
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then
source $HOME/.rvm/scripts/rvm ;
fi