X-Git-Url: https://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=f2ce3ca3176efe094f280baf56221a780aaa7a81;hp=ebdf81fe537e956bb280855a344c27b8b89bf289;hb=04e6319b0256db6988d3c56ed156cc2ccb1559ca;hpb=bfb132d5c8d0fcf23ba6ce1b3e249824dce14552 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} }