mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
Update to a better fab compeletion script.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user