diff options
| author | Ches Martin <ches.martin@gmail.com> | 2011-08-13 04:53:23 +0700 |
|---|---|---|
| committer | Ches Martin <ches.martin@gmail.com> | 2011-08-13 04:53:23 +0700 |
| commit | 11fcdb844d67492080befd8dcd1f995deb26b8ee (patch) | |
| tree | 1cd781a7b11d98eed71f2b4e9f023ce9a498999c | |
| parent | dc7eee4db08a39ad73af67363f3d29b495cbd13f (diff) | |
| download | zsh-11fcdb844d67492080befd8dcd1f995deb26b8ee.tar.gz zsh-11fcdb844d67492080befd8dcd1f995deb26b8ee.tar.bz2 zsh-11fcdb844d67492080befd8dcd1f995deb26b8ee.zip | |
Add guard to bundler plugin's wrapped commands
| -rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 2 |
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 |
