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