diff options
author | Tim Littlemore <tim@tjl2.com> | 2012-06-01 15:26:22 +0100 |
---|---|---|
committer | Tim Littlemore <tim@tjl2.com> | 2012-06-01 15:26:22 +0100 |
commit | c4608ba281147af564fc0979b63bc8b23f1e55fb (patch) | |
tree | 608717abc0ce3f0b098f656d3da505e9140103c9 /plugins | |
parent | caa15548c107b9c31f61a67547ffab0b0cfe4934 (diff) | |
download | zsh-c4608ba281147af564fc0979b63bc8b23f1e55fb.tar.gz zsh-c4608ba281147af564fc0979b63bc8b23f1e55fb.tar.bz2 zsh-c4608ba281147af564fc0979b63bc8b23f1e55fb.zip |
Removing ey command from bundled_commands. It is not usually bundled.
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 |