Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created August 24, 2010 01:59
Show Gist options
  • Save scottharvey/546754 to your computer and use it in GitHub Desktop.
Save scottharvey/546754 to your computer and use it in GitHub Desktop.
if [[ -n "$rvm_environments_path" && -s "$rvm_environments_path/ruby-1.8.7-p302@bugmasher" ]] ; then
. "$rvm_environments_path/ruby-1.8.7-p302@bugmasher"
else
rvm --create use "ruby-1.8.7-p302@bugmasher"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment