zsh completion: update list of Debian suites
[grml-live.git] / 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}
 }