Update to a better fab compeletion script.

This commit is contained in:
Stephen Zhuang
2013-01-10 13:56:55 +08:00
parent 914c47b347
commit cd9c474303
2 changed files with 61 additions and 8 deletions

View File

@@ -1,8 +1 @@
#compdef fab
_fab_list() {
reply=(`fab --shortlist`)
}
compctl -K _fab_list fab
# DECLARION: This plugin was created by kennethreitz. What I did is just making a portal from https://github.com/kennethreitz-archive/fabric-zsh-completion.
# DECLARION: This plugin was created by vhbit. What I did is just making a portal from https://github.com/vhbit/fabric-zsh-autocomplete.