diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/completions/_pkg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/completions/_pkg b/etc/completions/_pkg index cffd0b7..80241eb 100644 --- a/etc/completions/_pkg +++ b/etc/completions/_pkg @@ -2,6 +2,7 @@ ## vim:ft=zsh local values +#local arguments values=( 'add' @@ -19,6 +20,9 @@ values=( 'status' 'update' 'upgrade' - '' ) +#arguments=( +# '*:file:_path_files -W /home/derf/packages' +#) _values -w -s ' ' 'pkg function' $values +#_arguments -s $arguments |