summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCarlos Rodriguez <carlos@eddorre.com>2012-02-20 22:48:31 -0800
committerCarlos Rodriguez <carlos@eddorre.com>2012-02-20 22:48:31 -0800
commit631e3d8e03f77e1292370375f39fc6688e606350 (patch)
tree7229c7f9f012dc69fd686a1dedeaa89374fb3f46 /plugins
parent16bdd0c1692331bda0ae5ae26af2ea74436467db (diff)
parent0da18650c6d8f63c230c36e92786855361f42ef3 (diff)
downloadzsh-631e3d8e03f77e1292370375f39fc6688e606350.tar.gz
zsh-631e3d8e03f77e1292370375f39fc6688e606350.tar.bz2
zsh-631e3d8e03f77e1292370375f39fc6688e606350.zip
Merge pull request #868 from wgriffioen/bundler_add_rails
added rails 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 5e9b82336..e1f571237 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 ey foreman guard heroku middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
+bundled_commands=(annotate cap capify cucumber ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
## Functions