diff options
author | Robby Russell <robby@planetargon.com> | 2012-06-13 12:26:50 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-06-13 12:26:50 -0700 |
commit | c669868486e3351e108df5935b9e804e4f6a75ce (patch) | |
tree | 52f5f72f6a09166e241f0e5d2bdab95868892bb4 /plugins | |
parent | 57279ecd550166ce3009debdcd3457332e40e6ff (diff) | |
parent | c4608ba281147af564fc0979b63bc8b23f1e55fb (diff) | |
download | zsh-c669868486e3351e108df5935b9e804e4f6a75ce.tar.gz zsh-c669868486e3351e108df5935b9e804e4f6a75ce.tar.bz2 zsh-c669868486e3351e108df5935b9e804e4f6a75ce.zip |
Merge pull request #1145 from tjl2/master
Removing 'ey' from bundled_commands
Diffstat (limited to 'plugins')
-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 2b80b76e6..1ca48089e 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 ey foreman guard middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |