diff options
author | Robby Russell <robby@planetargon.com> | 2013-06-21 07:11:25 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-06-21 07:11:25 -0700 |
commit | c888cd15a2b28cfbdead7db99a64370f9c733e86 (patch) | |
tree | fb86dd38b87c1624bf16e9ffc4e21f079e2e52d0 /plugins | |
parent | 0f2b24c1b8bd488cbaba713ae8e9a63b4df6d2d9 (diff) | |
parent | ec177659df38865c77c930c3f6223069e0cdab78 (diff) | |
download | zsh-c888cd15a2b28cfbdead7db99a64370f9c733e86.tar.gz zsh-c888cd15a2b28cfbdead7db99a64370f9c733e86.tar.bz2 zsh-c888cd15a2b28cfbdead7db99a64370f9c733e86.zip |
Merge pull request #1873 from charlesjohnson/bundler-plugin
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 9446aafab..c01241409 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -7,7 +7,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate cap capify cucumber foreman guard jekyll middleman nanoc rackup rainbows rake rspec ruby shotgun spec spin spork 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 thin thor unicorn unicorn_rails puma) ## Functions |