Add tab completion to bundler plugin.

This commit is contained in:
Christopher Chow
2011-02-23 03:05:25 +11:00
parent 746a10368a
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"