Add support for Debian/trixie (current Debian/testing)
[grml-live.git] / etc / zsh / completion.d / _grml-live
index bed07a9..aff48e8 100644 (file)
@@ -49,7 +49,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    stable testing unstable bullseye bookworm sid
+    stable testing unstable bookworm sid trixie
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }