X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=cb43f596cf4ab5190e54e0f76a0a2acd59743eb7;hp=ef2ef9315293e6825bf566076a767b8da5d42ac5;hb=3900f5d2c4f7c11478ecac404cd82b66b77564b9;hpb=e44be9972f80fb31c08a7c87b478966caffaa8fa diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index ef2ef93..cb43f59 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 stretch sid + stable testing unstable jessie stretch buster sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }