X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=554f3e15eddb92447aed8ab84a82cb560db20ae0;hb=b55c661b382b130cba1b5f1d0867a9c42f6549a7;hp=334ddbba18e4b5e3b598144ae8a0cb4ec6aeadd6;hpb=9612f61ab2bab3c2aabf47cb757abed4c2f4a114;p=grml-live.git diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index 334ddbb..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 sid + stable testing unstable bullseye bookworm sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }