Skip to content

Instantly share code, notes, and snippets.

@grosscol
Created June 14, 2016 21:25
Embed
What would you like to do?
Grep through the bundle dependencies.
function bgrep {
ag "$@" $(bundle show --paths) .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment