diff options
author | Charles Johnson <charles@opscode.com> | 2013-06-06 13:34:36 -0600 |
---|---|---|
committer | Charles Johnson <charles@opscode.com> | 2013-06-06 13:34:36 -0600 |
commit | 1e86e65e3a424145bda6096f7770c448f0286dce (patch) | |
tree | e1de6a8e9c1f39742f2bab119b60c0ea8a312895 | |
parent | 86a889ea083d341ba2bc48656008e5af46a3df2d (diff) | |
download | zsh-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.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..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 |