1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-06 18:44:45 +01:00
Files
oh-my-zsh/plugins/bundler/bundler.plugin.zsh
Marc Cornellà 2991f237ae 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
2018-08-07 21:04:09 +02:00

2.0 KiB