Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created May 1, 2011 21:43
Show Gist options
  • Select an option

  • Save gilesbowkett/950906 to your computer and use it in GitHub Desktop.

Select an option

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
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