From 89f9c08516dd36ee527adaf72f0a9208345801c4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 23 Jul 2008 17:05:52 +0200 Subject: etc/completions/_pkg: Enabled packagename completion. It's only partial ans sucks, but better than nothing --- etc/completions/_pkg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/completions/_pkg') 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 -- cgit v1.2.3