Add bundler plugin with aliases.

master
Myron Marston 15 years ago
parent 01b0366f3e
commit 6b610d7dd8
  1. 3
      plugins/bundler/bundler.plugin.zsh

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