Add tab completion to bundler plugin.

This commit is contained in:
Christopher Chow 2011-02-23 03:05:25 +11:00
commit 4144f4beea
2 changed files with 86 additions and 0 deletions

View file

@ -1,3 +1,7 @@
fpath=($ZSH/plugins/bundler $fpath)
autoload -U compinit
compinit -i
alias be="bundle exec"
alias bi="bundle install"
alias bu="bundle update"