X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=0c9ffb1dbfe066ff67ba79bd620c391dd302718a;hb=6dc9c85fb63f1b3159df6257257d265f42e5aeee;hp=ae3040de6dc6694c2e710a650958e99e90802e5c;hpb=378a83a4fd8f90042eb31bc8cb2e7df9cd7de7b9;p=grml-live.git diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index ae3040d..0c9ffb1 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -4,14 +4,14 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Sep 17 00:11:55 CEST 2007 [mika] +# Latest change: Mon Sep 17 00:17:42 CEST 2007 [mika] ################################################################################ arguments=( - '-c:classe(s):(`cd /etc/grml/fai/config/package_config && ls`)' + '-c:classe(s):($(cd /etc/grml/fai/config/class/ && ls *.var | tr -d '.var'))' '-F[force execution without prompting for yes/no]' '-h[display usage information]' - '-suite:Debian suite:(stable testing unstable etch lenny sid)' + '-s:Debian suite:(stable testing unstable etch lenny sid)' '-v[increase verbosity]' ) _arguments -s $arguments