Skip to content

Instantly share code, notes, and snippets.

@gorenje
Created June 7, 2011 08:00
cd-bundle-to -- make it easy to jump to gem source
function _funct_cd_bundle_to() {
pushd $(bundle show $1)
}
alias cd-bundle-to=_funct_cd_bundle_to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment