mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-21 17:56:34 +01: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