X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=1ef09a1bb0abe116c1c12c8ddb57be81b5df0441;hp=4d5f54ed4a9c0df19fbc8365599c6191181b5557;hb=ae5473ee85f2c8e082ab7da41b4354dc34e46ebb;hpb=c8232f7ba2fa64cc98f6a75c61f0681785fa4ce2 diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index 4d5f54e..1ef09a1 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -33,7 +33,10 @@ _grmllive_classes() { #{{{ local expl local -a already static_classes - static_classes=(RELEASE LATEX_CLEANUP NO_ONLINE REMOVE_DOCS LOCALES) + static_classes=( + RELEASE LATEX_CLEANUP NO_ONLINE REMOVE_DOCS LOCALES + I386 AMD64 + ) compset -P '*,' already=(${(s<,>)IPREFIX}) _wanted list expl 'classe(s)' compadd -S, -F already -q ${expl} -- \ @@ -45,7 +48,6 @@ _grmllive_suites() { #{{{ local -a suites suites=( - stable testing unstable etch lenny sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}