trying to get smarter with gemsets - use @global by default

This commit is contained in:
James Walker 2012-09-05 11:57:15 -04:00
parent 2a5e7f0b84
commit a9536d8d53

2
zshrc
View File

@ -33,7 +33,7 @@ source $ZSH/oh-my-zsh.sh
# Ruby / rvm
if [ -f "$HOME/.rvm/scripts/rvm" ]; then
source "$HOME/.rvm/scripts/rvm"
rvm 1.9.3
rvm 1.9.3@global
fi
# Node / nvm