X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=554f3e15eddb92447aed8ab84a82cb560db20ae0;hb=19a0467c9284ddec4b51692d5ca50b9c96726b07;hp=cb43f596cf4ab5190e54e0f76a0a2acd59743eb7;hpb=8c054a59a8f6df857236bb3fa4016329bf9f982c;p=grml-live.git diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index cb43f59..554f3e1 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -47,7 +47,7 @@ _grmllive_suites() { #{{{ local -a suites suites=( - stable testing unstable jessie stretch buster sid + stable testing unstable bullseye bookworm sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }