1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Add bundler plugin with aliases.

This commit is contained in:
Myron Marston 2011-02-15 11:27:25 -08:00
parent 01b0366f3e
commit 6b610d7dd8

View file

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