summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Johnson <charles@opscode.com>2013-06-06 13:34:36 -0600
committerCharles Johnson <charles@opscode.com>2013-06-06 13:34:36 -0600
commit1e86e65e3a424145bda6096f7770c448f0286dce (patch)
treee1de6a8e9c1f39742f2bab119b60c0ea8a312895
parent86a889ea083d341ba2bc48656008e5af46a3df2d (diff)
downloadzsh-1e86e65e3a424145bda6096f7770c448f0286dce.tar.gz
zsh-1e86e65e3a424145bda6096f7770c448f0286dce.tar.bz2
zsh-1e86e65e3a424145bda6096f7770c448f0286dce.zip
Update bundler.plugin.zsh
Added berks, foodcritic, kitchen, and knife commands to bundler plugin.
-rw-r--r--plugins/bundler/bundler.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
index 9446aafab..58476206c 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 thin thor unicorn unicorn_rails puma)
## Functions