Unverified Commit 2991f237 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

bundler: allow aliases in `bundle exec`

This means that if you have, for example, `alias rs='rails server'`, you can
run `be rs` and have it expanded to `bundle exec rails server`.

Fixes #5818
parent 19b925e7
alias be="bundle exec" alias be="bundle exec "
alias bl="bundle list" alias bl="bundle list"
alias bp="bundle package" alias bp="bundle package"
alias bo="bundle open" alias bo="bundle open"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment