diff options
author | Tate Johnson <tate@tatey.com> | 2012-01-22 21:34:25 +1000 |
---|---|---|
committer | Tate Johnson <tate@tatey.com> | 2012-01-22 21:34:25 +1000 |
commit | e0b235608032256f5b725676f7c6217480a52722 (patch) | |
tree | 78625f0db87a1392d81840f16d1d2fd59ebfae52 | |
parent | f4944d5a9537eb4bdc4991fe63e6d249f9e5b478 (diff) | |
download | zsh-e0b235608032256f5b725676f7c6217480a52722.tar.gz zsh-e0b235608032256f5b725676f7c6217480a52722.tar.bz2 zsh-e0b235608032256f5b725676f7c6217480a52722.zip |
Add middleman to bundled commands
-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 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 |