oh-my-zsh/plugins/bundler/bundler.plugin.zsh

4 lines
74 B
Bash
Raw Normal View History

2011-02-15 19:27:25 +00:00
alias be="bundle exec"
alias bi="bundle install"
alias bu="bundle update"