Skip to content

Commit

Permalink
Merge pull request ohmyzsh#868 from wgriffioen/bundler_add_rails
Browse files Browse the repository at this point in the history
added rails to bundled_commands
  • Loading branch information
eddorre committed Feb 21, 2012
2 parents 16bdd0c + 0da1865 commit 631e3d8
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

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

Expand Down

0 comments on commit 631e3d8

Please sign in to comment.