mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Update to a better fab compeletion script.
This commit is contained in:
parent
914c47b347
commit
cd9c474303
2 changed files with 61 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue