Skip to content

Commit

Permalink
adding engine yard command (ey) to bundler binstubs
Browse files Browse the repository at this point in the history
  • Loading branch information
iltempo committed Jan 25, 2012
1 parent ac910b8 commit a26f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bundler/bundler.plugin.zsh
Expand Up @@ -6,7 +6,7 @@ alias bu="bundle update"


# The following is based on https://github.com/gma/bundler-exec # 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 ## Functions


Expand Down

0 comments on commit a26f9b9

Please sign in to comment.