diff options
author | Robby Russell <robby@planetargon.com> | 2013-09-19 06:49:28 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-09-19 06:49:28 -0700 |
commit | 91c9d98bd8c25809f934794b0916d9c075450057 (patch) | |
tree | 79d151168d197b5381bfb979880a7b2fd85c629f /plugins | |
parent | 88c9d0113a41956a34e622814b5e3fb4ab673589 (diff) | |
parent | 958c847f54a0c9101b4e0bc8c29b539a42c263ad (diff) | |
download | zsh-91c9d98bd8c25809f934794b0916d9c075450057.tar.gz zsh-91c9d98bd8c25809f934794b0916d9c075450057.tar.bz2 zsh-91c9d98bd8c25809f934794b0916d9c075450057.zip |
Merge pull request #2066 from agronemann/patch-1
Update bundler.plugin.zsh
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 1e70db6af..5bd28cbdc 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -14,7 +14,7 @@ eval "alias bi='bundle install --jobs=$cores_num'" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard jekyll kitchen knife middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor thin thor unicorn unicorn_rails puma) +bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard jekyll kitchen knife middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor taps thin thor unicorn unicorn_rails puma) ## Functions |