Skip to content

Commit

Permalink
Removing ey command from bundled_commands. It is not usually bundled.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjl2 committed Jun 1, 2012
1 parent caa1554 commit c4608ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bundler/bundler.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)
bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails)

## Functions

Expand Down

0 comments on commit c4608ba

Please sign in to comment.