summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-01-22 12:56:11 -0800
committerRobby Russell <robby@planetargon.com>2012-01-22 12:56:11 -0800
commitc725ecc01b52e3aa9fd3ec5044b9aa1e02851535 (patch)
tree78625f0db87a1392d81840f16d1d2fd59ebfae52 /plugins
parentf4944d5a9537eb4bdc4991fe63e6d249f9e5b478 (diff)
parente0b235608032256f5b725676f7c6217480a52722 (diff)
downloadzsh-c725ecc01b52e3aa9fd3ec5044b9aa1e02851535.tar.gz
zsh-c725ecc01b52e3aa9fd3ec5044b9aa1e02851535.tar.bz2
zsh-c725ecc01b52e3aa9fd3ec5044b9aa1e02851535.zip
Merge pull request #858 from tatey/bundle_plugin_middleman
Add middleman to bundled commands in bundler plugin
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 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