mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-28 13:10:22 +01:00
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
This commit is contained in: