X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=ef2ef9315293e6825bf566076a767b8da5d42ac5;hb=3566d01389b86c84afa22f0d73037a0f38c42b2e;hp=1ef09a1bb0abe116c1c12c8ddb57be81b5df0441;hpb=ae5473ee85f2c8e082ab7da41b4354dc34e46ebb;p=grml-live.git diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index 1ef09a1..ef2ef93 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 + stable testing unstable wheezy jessie stretch sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }