diff options
author | Amar Raja <amarsuperstar@gmail.com> | 2012-05-29 10:20:49 +0200 |
---|---|---|
committer | Amar Raja <amarsuperstar@gmail.com> | 2012-05-29 10:20:49 +0200 |
commit | 8de877d63222ed4effad7d52d68fccca2c01b6dd (patch) | |
tree | a3c0fbef28309fc3d21a8c30d5f8f2bb6df30c3d /plugins/bundler | |
parent | 3fdaf26006e3f075e7ccefd2721295b8bc5172f9 (diff) | |
download | zsh-8de877d63222ed4effad7d52d68fccca2c01b6dd.tar.gz zsh-8de877d63222ed4effad7d52d68fccca2c01b6dd.tar.bz2 zsh-8de877d63222ed4effad7d52d68fccca2c01b6dd.zip |
Prevent the heroku command from being automatically bundle-exec'ed
The heroku command should not be executed via bundler, see:
https://github.com/heroku/heroku/issues/173
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 e1f571237..2b80b76e6 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 heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +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) ## Functions |