#compdef pkg ## vim:ft=zsh local values #local arguments values=( 'add' 'changelog' 'changeroot' 'delete' 'info' 'install' 'list' 'list-all' 'local-update' 'log' 'remote-update' 'remove' 'status' 'update' 'upgrade' ) #arguments=( # '*:file:_path_files -W /home/derf/packages' #) _values -w -s ' ' 'pkg function' $values #_arguments -s $arguments