Skip to content

Instantly share code, notes, and snippets.

@JoseRibeiro
Created May 18, 2012 12:39
Show Gist options
  • Save JoseRibeiro/2725065 to your computer and use it in GitHub Desktop.
Save JoseRibeiro/2725065 to your computer and use it in GitHub Desktop.
RVM
# Enable rvm scripting for non-login shells
if [ -f ~/.rvm/scripts/rvm ]; then
. ~/.rvm/scripts/rvm
fi
PATH=$HOME/.rvm/bin:$HOME/bin:$PATH # Add RVM to PATH for scripting
export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment