X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=b0750ec39a96518ae9c509e20ff78ff34cc41e4f;hb=e1a55042bafe00328b59bd9e080b443de7a40097;hp=bed07a961a86a030866e5c35a8678157f1b85760;hpb=29d5e286c7e47229502a2afcd88c08819272bfaa;p=grml-live.git diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index bed07a9..b0750ec 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -36,7 +36,7 @@ _grmllive_classes() { #{{{ DEBORPHAN FRESHCLAM GRMLBASE GRML_FULL GRML_SMALL LATEX LATEX_CLEANUP LOCALES NO_ONLINE RELEASE REMOVE_DOCS SOURCES XORG ZFS - I386 AMD64 + I386 AMD64 ARM64 ) compset -P '*,' already=(${(s<,>)IPREFIX}) @@ -49,7 +49,7 @@ _grmllive_suites() { #{{{ local -a suites suites=( - stable testing unstable bullseye bookworm sid + stable testing unstable bookworm sid trixie ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }