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