Skip to content

Instantly share code, notes, and snippets.

@jsanders
Created July 27, 2012 20:31
Show Gist options
  • Save jsanders/3190342 to your computer and use it in GitHub Desktop.
Save jsanders/3190342 to your computer and use it in GitHub Desktop.
# in .bash_profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
# in .bashrc
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment