mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-07 14:04:27 +08:00
Add new plugin to autocomplete fabric commands
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
#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.
|
||||||
Reference in New Issue
Block a user