diff options
author | Robby Russell <robby@planetargon.com> | 2012-01-16 13:20:23 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-01-16 13:20:23 -0800 |
commit | eabd6fa30308a76d6af278a6b0ec1e6445a82d36 (patch) | |
tree | f87cdd1ab78995e283ce9efadc32e68ff4a0635a /plugins | |
parent | dc45119ecc2d0d244ecc463cc959473a99423cb6 (diff) | |
parent | 73c2c8adc77568abdf2c7be1761c5cac6f06ad06 (diff) | |
download | zsh-eabd6fa30308a76d6af278a6b0ec1e6445a82d36.tar.gz zsh-eabd6fa30308a76d6af278a6b0ec1e6445a82d36.tar.bz2 zsh-eabd6fa30308a76d6af278a6b0ec1e6445a82d36.zip |
Merge pull request #838 from Bounga/bundled_thor
Add Thor to bundled commands
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 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 |