X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-live;fp=etc%2Fzsh%2Fcompletion.d%2F_grml-live;h=1ef09a1bb0abe116c1c12c8ddb57be81b5df0441;hp=109f2e9ada7f9179ba9eb5ccbe6b48eff6e67eb4;hb=ae5473ee85f2c8e082ab7da41b4354dc34e46ebb;hpb=c5624ba39fa032cda30698121bb8775640edb965 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}