diff options
author | Simeon F. Willbanks <sfw@simeonfosterwillbanks.com> | 2012-12-11 11:17:32 -0800 |
---|---|---|
committer | Simeon F. Willbanks <sfw@simeonfosterwillbanks.com> | 2013-03-27 08:07:24 -0700 |
commit | c89afd2f6a7221152648c7c0e32879dfc98cad5b (patch) | |
tree | 7eb631c3260166b42bb025a9b7520a2c13869995 /plugins/bundler | |
parent | b8b241f630377aacefade327c94655cec96b002f (diff) | |
download | zsh-c89afd2f6a7221152648c7c0e32879dfc98cad5b.tar.gz zsh-c89afd2f6a7221152648c7c0e32879dfc98cad5b.tar.bz2 zsh-c89afd2f6a7221152648c7c0e32879dfc98cad5b.zip |
Fixes #1485 zeus should not be bundled
Diffstat (limited to 'plugins/bundler')
-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 10c221acd..bc21da134 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -6,7 +6,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails puma zeus) +bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails puma) ## Functions |