X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;fp=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=aff48e8f4f902fc5108bd4474b3ac5eb3eb31664;hp=bed07a961a86a030866e5c35a8678157f1b85760;hb=5730180f96fe169f77d43342e377172e802c7417;hpb=29d5e286c7e47229502a2afcd88c08819272bfaa diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index bed07a9..aff48e8 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -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} }