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:
parent
d7df6ff269
commit
98206d0b10
7
.bashrc
7
.bashrc
@ -35,14 +35,7 @@ export HISTIGNORE="&:ls:ll:la:l.:pwd:exit:clear"
|
|||||||
export HISTCONTROL=ignoreboth
|
export HISTCONTROL=ignoreboth
|
||||||
shopt -s histappend >/dev/null 2>&1
|
shopt -s histappend >/dev/null 2>&1
|
||||||
|
|
||||||
|
|
||||||
# Load RVM
|
# 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
|
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then
|
||||||
source $HOME/.rvm/scripts/rvm ;
|
source $HOME/.rvm/scripts/rvm ;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user