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