Skip to content

Instantly share code, notes, and snippets.

@stilist
Last active December 24, 2015 06:29
Show Gist options
  • Save stilist/6757635 to your computer and use it in GitHub Desktop.
Save stilist/6757635 to your computer and use it in GitHub Desktop.
`bundle exec rake` shorthand
function be () {
bundle exec $@
}
function ber () {
bundle exec rake $@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment