better completions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
abs3nt 2024-04-02 21:30:26 -07:00
parent 786ee38671
commit bef9898bf2
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09

View File

@ -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