Skip to content

Commit 9f46eaf

Browse files
committed
Merge pull request ohmyzsh#545 from ches/patch-1
Add guard to bundler plugin's wrapped commands
2 parents dc7eee4 + 11fcdb8 commit 9f46eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/bundler/bundler.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ alias bp="bundle package"
66

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

9-
bundled_commands=(cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
9+
bundled_commands=(cap capify cucumber guard heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
1010

1111
## Functions
1212

0 commit comments

Comments
 (0)