zsh completion: update list of Debian suites
authorMichael Prokop <mika@grml.org>
Sun, 5 Jan 2014 19:20:45 +0000 (20:20 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 5 Jan 2014 19:22:01 +0000 (20:22 +0100)
etc/zsh/completion.d/_grml-live

index ebdf81f..f2ce3ca 100644 (file)
@@ -47,7 +47,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    etch lenny squeeze sid
+    stable testing unstable wheezy jessie sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }