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