summaryrefslogtreecommitdiff
path: root/plugins/bundler/bundler.plugin.zsh
diff options
context:
space:
mode:
authorChes Martin <ches.martin@gmail.com>2011-08-13 04:53:23 +0700
committerChes Martin <ches.martin@gmail.com>2011-08-13 04:53:23 +0700
commit11fcdb844d67492080befd8dcd1f995deb26b8ee (patch)
tree1cd781a7b11d98eed71f2b4e9f023ce9a498999c /plugins/bundler/bundler.plugin.zsh
parentdc7eee4db08a39ad73af67363f3d29b495cbd13f (diff)
downloadzsh-11fcdb844d67492080befd8dcd1f995deb26b8ee.tar.gz
zsh-11fcdb844d67492080befd8dcd1f995deb26b8ee.tar.bz2
zsh-11fcdb844d67492080befd8dcd1f995deb26b8ee.zip
Add guard to bundler plugin's wrapped commands
Diffstat (limited to 'plugins/bundler/bundler.plugin.zsh')
-rw-r--r--plugins/bundler/bundler.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index f005700ff..a6c116407 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -6,7 +6,7 @@ alias bp="bundle package"
# The following is based on https://github.com/gma/bundler-exec
-bundled_commands=(cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
+bundled_commands=(cap capify cucumber guard heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
## Functions