Created
May 1, 2011 21:43
-
-
Save gilesbowkett/950906 to your computer and use it in GitHub Desktop.
easily hop into your gems directory for whichever gemset you're currently running
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem_src() { | |
| pushd ~/.rvm/gems/`rvm-prompt | sed -e s/\@/\\\\\@/`/gems | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment