mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-27 21:37:05 +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:
parent
19b925e741
commit
2991f237ae
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Reference in a new issue