diff options
author | Nicolas Cavigneaux <nico@bounga.org> | 2012-01-16 15:19:36 +0100 |
---|---|---|
committer | Nicolas Cavigneaux <nico@bounga.org> | 2012-01-16 15:19:36 +0100 |
commit | 73c2c8adc77568abdf2c7be1761c5cac6f06ad06 (patch) | |
tree | 99ca8c44a73a488000336853d5665d767436d878 /plugins/bundler | |
parent | 7a41498b0d4f68c537d494b5f849913361315fde (diff) | |
download | zsh-73c2c8adc77568abdf2c7be1761c5cac6f06ad06.tar.gz zsh-73c2c8adc77568abdf2c7be1761c5cac6f06ad06.tar.bz2 zsh-73c2c8adc77568abdf2c7be1761c5cac6f06ad06.zip |
Add Thor to bundled commands
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 55564a252..033f9cedf 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -10,7 +10,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |