From: Michael Prokop Date: Thu, 1 Nov 2007 14:00:50 +0000 (+0100) Subject: Use only etch/lenny/sid as Debian suite inside zsh completion X-Git-Tag: 0.0.7~5 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=ae5473ee85f2c8e082ab7da41b4354dc34e46ebb Use only etch/lenny/sid as Debian suite inside zsh completion --- diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index 109f2e9..1ef09a1 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -48,7 +48,6 @@ _grmllive_suites() { #{{{ local -a suites suites=( - stable testing unstable etch lenny sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}