From 04e6319b0256db6988d3c56ed156cc2ccb1559ca Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 5 Jan 2014 20:20:45 +0100 Subject: [PATCH 1/1] zsh completion: update list of Debian suites --- etc/zsh/completion.d/_grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} } -- 2.1.4