This commit is contained in:
parent
786ee38671
commit
bef9898bf2
@ -1,6 +1,5 @@
|
|||||||
#compdef gspot
|
#compdef gspot
|
||||||
|
|
||||||
_cli_zsh_autocomplete() {
|
|
||||||
local -a opts
|
local -a opts
|
||||||
local cur
|
local cur
|
||||||
cur=${words[-1]}
|
cur=${words[-1]}
|
||||||
@ -15,6 +14,3 @@ _cli_zsh_autocomplete() {
|
|||||||
else
|
else
|
||||||
_files
|
_files
|
||||||
fi
|
fi
|
||||||
}
|
|
||||||
|
|
||||||
compdef _cli_zsh_autocomplete gspot
|
|
||||||
|
Loading…
Reference in New Issue
Block a user