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