Skip to content

Commit 4ff4558

Browse files
committed
Merge pull request ohmyzsh#496 from semmons99/master
add alias for `bundle package` to the bundler plugin
2 parents 383ff03 + 6bf468f commit 4ff4558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/bundler/bundler.plugin.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ alias be="bundle exec"
22
alias bi="bundle install"
33
alias bl="bundle list"
44
alias bu="bundle update"
5+
alias bp="bundle package"
56

67
# The following is based on https://github.com/gma/bundler-exec
78

0 commit comments

Comments
 (0)