Bundler plugin patch
Robby Russell authored on 10/10/2011 at 12:45:19... | ... |
@@ -5,12 +5,12 @@ compinit -i |
5 | 5 |
alias be="bundle exec" |
6 | 6 |
alias bi="bundle install" |
7 | 7 |
alias bl="bundle list" |
8 |
-alias bu="bundle update" |
|
9 | 8 |
alias bp="bundle package" |
9 |
+alias bu="bundle update" |
|
10 | 10 |
|
11 | 11 |
# The following is based on https://github.com/gma/bundler-exec |
12 | 12 |
|
13 |
-bundled_commands=(cap capify cucumber guard heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) |
|
13 |
+bundled_commands=(cap capify cucumber foreman guard heroku nanoc rackup rails rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails) |
|
14 | 14 |
|
15 | 15 |
## Functions |
16 | 16 |
|