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