From: Michael Prokop Date: Sun, 5 Jan 2014 19:20:45 +0000 (+0100) Subject: zsh completion: update list of Debian suites X-Git-Tag: v0.22.1~3 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=04e6319b0256db6988d3c56ed156cc2ccb1559ca;hp=bfb132d5c8d0fcf23ba6ce1b3e249824dce14552 zsh completion: update list of Debian suites --- diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index ebdf81f..f2ce3ca 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 wheezy jessie sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }