Skip to content

Instantly share code, notes, and snippets.

@plentz
Created March 16, 2012 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plentz/2051614 to your computer and use it in GitHub Desktop.
Save plentz/2051614 to your computer and use it in GitHub Desktop.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
@mpapis
Copy link

mpapis commented Mar 16, 2012

I prefer source but . also works

I have updated --auto code: rvm/rvm@211d1fc

rvm get head --auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment