Browse Source

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

Robby Russell 14 years ago
parent
commit
6a2e87a84b
  1. 3
      plugins/bundler/bundler.plugin.zsh

3
plugins/bundler/bundler.plugin.zsh

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