Browse Source

Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master

Robby Russell 13 years ago
parent
commit
746a10368a
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"