Skip to content

Instantly share code, notes, and snippets.

@rafer
Created June 5, 2014 16:11
Show Gist options
  • Save rafer/d82758811dc5913b7b06 to your computer and use it in GitHub Desktop.
Save rafer/d82758811dc5913b7b06 to your computer and use it in GitHub Desktop.
rbenv-use() { rbenv shell `rbenv versions | sed 's/\*/ /' | awk '{print $1}' | grep "$1" | head -1`; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment