summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTate Johnson <tate@tatey.com>2012-01-22 21:34:25 +1000
committerTate Johnson <tate@tatey.com>2012-01-22 21:34:25 +1000
commite0b235608032256f5b725676f7c6217480a52722 (patch)
tree78625f0db87a1392d81840f16d1d2fd59ebfae52
parentf4944d5a9537eb4bdc4991fe63e6d249f9e5b478 (diff)
downloadzsh-e0b235608032256f5b725676f7c6217480a52722.tar.gz
zsh-e0b235608032256f5b725676f7c6217480a52722.tar.bz2
zsh-e0b235608032256f5b725676f7c6217480a52722.zip
Add middleman to bundled commands
-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 12123eea6..74a3adaf8 100644
--- a/plugins/bundler/bundler.plugin.zsh
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -6,7 +6,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 thor unicorn unicorn_rails)
+bundled_commands=(annotate cap capify cucumber foreman guard heroku middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
## Functions