Skip to content

Instantly share code, notes, and snippets.

@mathieuravaux
Created December 13, 2010 11:09
Show Gist options
  • Save mathieuravaux/738899 to your computer and use it in GitHub Desktop.
Save mathieuravaux/738899 to your computer and use it in GitHub Desktop.
if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
source "$HOME/.rvm/scripts/rvm"
rvm use 1.9.2 > /dev/null
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment