X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=cb43f596cf4ab5190e54e0f76a0a2acd59743eb7;hp=109f2e9ada7f9179ba9eb5ccbe6b48eff6e67eb4;hb=8c054a59a8f6df857236bb3fa4016329bf9f982c;hpb=24ba74bc1830d697eadfcb9d18124bbf2842451f diff --git a/etc/zsh/completion.d/_grml-live b/etc/zsh/completion.d/_grml-live index 109f2e9..cb43f59 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,8 +47,7 @@ _grmllive_suites() { #{{{ local -a suites suites=( - stable testing unstable - etch lenny sid + stable testing unstable jessie stretch buster sid ) _wanted list expl 'Debian suite' compadd ${expl} -- ${suites} }