Skip to content

Instantly share code, notes, and snippets.

@realmyst
Created December 22, 2011 20:31
Show Gist options
  • Save realmyst/1511738 to your computer and use it in GitHub Desktop.
Save realmyst/1511738 to your computer and use it in GitHub Desktop.
rvm zshrc
# system
[[ -s '/usr/local/lib/rvm' ]] && source '/usr/local/lib/rvm'
# single
[[ -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