Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created June 14, 2011 16:03
Show Gist options
  • Select an option

  • Save seven1m/1025221 to your computer and use it in GitHub Desktop.

Select an option

Save seven1m/1025221 to your computer and use it in GitHub Desktop.
install rvm in .bashrc
# If not running interactively, don't do anything
if [[ -n "$PS1" ]]; then
...
fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment