Erich Smith | 17aaa9c | 2012-05-21 23:52:47 -0400 | [diff] [blame] | 1 | cite 'about-alias' |
2 | about-alias 'ruby bundler' | ||||
Martin Westin | 8a46e19 | 2011-08-29 08:22:19 +0200 | [diff] [blame] | 3 | |
4 | # Bundler Commands | ||||
Erich Smith | 17aaa9c | 2012-05-21 23:52:47 -0400 | [diff] [blame] | 5 | alias be='bundle exec' |
6 | alias bi='bundle install' | ||||
7 | alias bl='bundle list' | ||||
8 | alias bu='bundle update' | ||||
9 | alias bp='bundle package' |