Browse Source

Add bundler plugin with aliases.

Myron Marston 13 years ago
parent
commit
6b610d7dd8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      plugins/bundler/bundler.plugin.zsh

+ 3 - 0
plugins/bundler/bundler.plugin.zsh

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