summaryrefslogtreecommitdiff
path: root/plugins/bundler
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2013-04-07 18:58:03 -0700
committerRobby Russell <robby@planetargon.com>2013-04-07 18:58:03 -0700
commitca384067e602ab742d37258816feb6495e24fe90 (patch)
tree3e04b75fb9bc0ccec06b52c79b34b084dac29991 /plugins/bundler
parent77ca980bfa2dbb45e2baf0b3558510bdb1b7a23f (diff)
parentc89afd2f6a7221152648c7c0e32879dfc98cad5b (diff)
downloadzsh-ca384067e602ab742d37258816feb6495e24fe90.tar.gz
zsh-ca384067e602ab742d37258816feb6495e24fe90.tar.bz2
zsh-ca384067e602ab742d37258816feb6495e24fe90.zip
Merge pull request #1674 from simeonwillbanks/master
Fixes #1485 Zeus should not be bundled
Diffstat (limited to 'plugins/bundler')
-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 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