summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-01-16 13:20:23 -0800
committerRobby Russell <robby@planetargon.com>2012-01-16 13:20:23 -0800
commiteabd6fa30308a76d6af278a6b0ec1e6445a82d36 (patch)
treef87cdd1ab78995e283ce9efadc32e68ff4a0635a /plugins
parentdc45119ecc2d0d244ecc463cc959473a99423cb6 (diff)
parent73c2c8adc77568abdf2c7be1761c5cac6f06ad06 (diff)
downloadzsh-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.zsh2
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