Skip to content

Instantly share code, notes, and snippets.

@gerep
Created October 11, 2013 03:38
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 gerep/6929237 to your computer and use it in GitHub Desktop.
Save gerep/6929237 to your computer and use it in GitHub Desktop.
Aliases for RVM
### RVM aliases
alias project_one="rvm use 1.9.3@project_one"
alias project_two="rvm use 2.0.0@rails3213"
alias project_three="rvm use 1.9.3@rails4"
alias project_four="rvm use 1.9.3@project_four"
#You'll create gemsets that will make sense on your project, this is just an example and I hope it will help you :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment