Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/bundler/bundler.plugin.zsh
2011-02-23 03:05:25 +11:00

7 lines
144 B
Shell

fpath=($ZSH/plugins/bundler $fpath)
autoload -U compinit
compinit -i
alias be="bundle exec"
alias bi="bundle install"
alias bu="bundle update"