From 5225b8a61eb4f3d4ccfc4ae8ce191ff759294b92 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 29 Sep 2009 16:46:00 +0200 Subject: Began mking ct add/remove wrappable (accept more than one package argument) --- provides/zsh/completions/_ct | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'provides/zsh') diff --git a/provides/zsh/completions/_ct b/provides/zsh/completions/_ct index 29625a5..0d0b105 100644 --- a/provides/zsh/completions/_ct +++ b/provides/zsh/completions/_ct @@ -71,6 +71,10 @@ function _ct_args { ;; esac } + } elif [[ ${words[1]} == (a|add) ]] { + _ct_notinstalled + } elif [[ ${words[1]} == (rm|remove) ]] { + _ct_installed } } -- cgit v1.2.3