diff options
author | Alexander Greim <alexxx@iltempo.de> | 2012-01-25 06:56:09 +0100 |
---|---|---|
committer | Alexander Greim <alexxx@iltempo.de> | 2012-01-25 06:56:09 +0100 |
commit | a26f9b9948405a10d3c04280a0ad2e49e69ba6f8 (patch) | |
tree | 2a68ef1452a53a1adc1dbd71fa5c166087f8cdbd /plugins/bundler | |
parent | ac910b85bd782ec7a033b67bab7be63785d063c2 (diff) | |
download | zsh-a26f9b9948405a10d3c04280a0ad2e49e69ba6f8.tar.gz zsh-a26f9b9948405a10d3c04280a0ad2e49e69ba6f8.tar.bz2 zsh-a26f9b9948405a10d3c04280a0ad2e49e69ba6f8.zip |
adding engine yard command (ey) to bundler binstubs
Diffstat (limited to 'plugins/bundler')
-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 96c649664..5e9b82336 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 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 rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |