Skip to content

Instantly share code, notes, and snippets.

@seeflanigan
Created May 21, 2011 03:54
Show Gist options
  • Select an option

  • Save seeflanigan/984225 to your computer and use it in GitHub Desktop.

Select an option

Save seeflanigan/984225 to your computer and use it in GitHub Desktop.
Bash functions for RVM
function rvmrc { echo "rvm use 1.9.2@$1 --create" >> .rvmrc; cd . }
function rvmgg { rvm gemset use global }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment