Add bundler plugin with aliases.

This commit is contained in:
Myron Marston 2011-02-15 11:27:25 -08:00
parent 01b0366f3e
commit 6b610d7dd8
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
alias be="bundle exec"
alias bi="bundle install"
alias bu="bundle update"