Skip to content

Instantly share code, notes, and snippets.

@augcesar
Created February 26, 2016 17:29
Show Gist options
  • Save augcesar/cb15cac8d9d0c6ea4125 to your computer and use it in GitHub Desktop.
Save augcesar/cb15cac8d9d0c6ea4125 to your computer and use it in GitHub Desktop.
if [ -f .ruby-version ]; then
rvm use $(cat .ruby-version)@$(cat .ruby-gemset)
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment