Skip to content

Instantly share code, notes, and snippets.

@jwo
Created July 16, 2012 02:40
Show Gist options
  • Save jwo/3120067 to your computer and use it in GitHub Desktop.
Save jwo/3120067 to your computer and use it in GitHub Desktop.
~/.profile rvm settings
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
[[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion
rvm use default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment