diff options
author | Charles Johnson <charles@opscode.com> | 2013-06-06 14:37:39 -0600 |
---|---|---|
committer | Charles Johnson <charles@opscode.com> | 2013-06-06 14:37:39 -0600 |
commit | ec177659df38865c77c930c3f6223069e0cdab78 (patch) | |
tree | 91d73ec66276f26024e0a32e945d26e3f16aa630 /plugins/bundler | |
parent | 1e86e65e3a424145bda6096f7770c448f0286dce (diff) | |
download | zsh-ec177659df38865c77c930c3f6223069e0cdab78.tar.gz zsh-ec177659df38865c77c930c3f6223069e0cdab78.tar.bz2 zsh-ec177659df38865c77c930c3f6223069e0cdab78.zip |
Update bundler.plugin.zsh
Added strainer & tailor to commands in bundler plugin.
Diffstat (limited to 'plugins/bundler')
-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 58476206c..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 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) +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 |