X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=ebdf81fe537e956bb280855a344c27b8b89bf289;hp=1ef09a1bb0abe116c1c12c8ddb57be81b5df0441;hb=2def18e419f1474c3904672ce297babbb4b9b501;hpb=6eda88f2b9f3c0169e6879594e79e7e2adbbeafe diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index 1ef09a1..ebdf81f 100644 --- a/etc/zsh/completion.d/_grml-live +++ b/etc/zsh/completion.d/_grml-live @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Thu, 01 Nov 2007 14:00:40 +0100 [ft] ################################################################################ _grmllive_flavours() { #{{{ @@ -48,7 +47,7 @@ _grmllive_suites() { #{{{ local -a suites suites=( - etch lenny sid + etch lenny squeeze sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }