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