diff options
author | Robby Russell <robby@planetargon.com> | 2012-01-02 19:05:47 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-01-02 19:05:47 -0800 |
commit | 8c45b739181ba58e91e2dceaa53b08161c46b03f (patch) | |
tree | 9b2b014187e4472fb841da316008564d53c5cc87 /plugins | |
parent | 35de0e1e63e8015eef3a8259c266930556f22da1 (diff) | |
parent | 2176cf37fb1eed028c53a2095098d585489b1cce (diff) | |
download | zsh-8c45b739181ba58e91e2dceaa53b08161c46b03f.tar.gz zsh-8c45b739181ba58e91e2dceaa53b08161c46b03f.tar.bz2 zsh-8c45b739181ba58e91e2dceaa53b08161c46b03f.zip |
Merge pull request #785 from simonjefford/patch-1
bundler plugin - don't "bundle exec rails"
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 89f62232b..7b73c8fed 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -10,7 +10,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(cap capify cucumber foreman guard heroku nanoc rackup rails rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) +bundled_commands=(cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) ## Functions |