From f2e323430193956709aacca33f6b4fcab4fb9d8b Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sat, 15 Feb 2025 22:56:32 -0800 Subject: [PATCH] =?utf8?q?dircolors:=20recognize=20=E2=80=9Cjxl=E2=80=9D?= =?utf8?q?=20(JPEG=20XL)=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index 0e4e321637..35de9055b2 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -160,6 +160,7 @@ EXEC 01;32 .avif 01;35 .jpg 01;35 .jpeg 01;35 +.jxl 01;35 .mjpg 01;35 .mjpeg 01;35 .gif 01;35 -- 2.47.3