diff options
author | Wim Griffioen <wgriffioen@gmail.com> | 2012-01-26 19:31:45 +0100 |
---|---|---|
committer | Wim Griffioen <wgriffioen@gmail.com> | 2012-01-26 19:31:45 +0100 |
commit | 0da18650c6d8f63c230c36e92786855361f42ef3 (patch) | |
tree | 7a138e4e63563b3af45ab110825dcd6e64241e6c /plugins/bundler/bundler.plugin.zsh | |
parent | 9d92987b8a0456e6cc51dd893159071e1fcf43db (diff) | |
download | zsh-0da18650c6d8f63c230c36e92786855361f42ef3.tar.gz zsh-0da18650c6d8f63c230c36e92786855361f42ef3.tar.bz2 zsh-0da18650c6d8f63c230c36e92786855361f42ef3.zip |
added rails to bundled_commands
Diffstat (limited to 'plugins/bundler/bundler.plugin.zsh')
-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 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 |