This extension is used for zsync old version files.
- https://linux.die.net/man/1/zsync
-
https://github.com/cph6/zsync/blob/6cfe374f8f2310cbd624664ca98e5bb28244ba7a/c/client.c#L668

Ville
From 6801f1b624acfeb7bbe13ad4debfa154804848d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.sky...@iki.fi>
Date: Wed, 14 May 2025 22:22:15 +0300
Subject: [PATCH] dircolors: treat .zs-old as backup file

This extension is used for zsync old version files.
- https://linux.die.net/man/1/zsync
- https://github.com/cph6/zsync/blob/6cfe374f8f2310cbd624664ca98e5bb28244ba7a/c/client.c#L668

* src/dircolors.hin: Add .zs-old.
---
 src/dircolors.hin | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index ac57522bd..2012a03d4 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -254,6 +254,7 @@ EXEC 01;32
 .ucf-dist 00;90
 .ucf-new 00;90
 .ucf-old 00;90
+.zs-old 00;90
 
 #
 # Subsequent TERM or COLORTERM entries, can be used to add / override
-- 
2.43.0

Reply via email to