Dear coreutils,

Alacritty is a terminal that has been around for a while and supports 
colorization.
Of course, there are ways to hack this, but I think DIR_COLORS needs to be 
aware of this.

Thank you,
Christian
>From 53f7e6349592b7fa444c55279e27399f307b3169 Mon Sep 17 00:00:00 2001
From: Horea Christian <c...@chymera.eu>
Date: Tue, 12 Oct 2021 18:14:04 -0400
Subject: [PATCH] dircolors: output colors for alacritty

---
 src/dircolors.hin | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index b5d6452d7..013a08dbf 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -11,6 +11,7 @@
 # Below are TERM entries, which can be a glob patterns, to match
 # against the TERM environment variable to determine if it is colorizable.
 TERM Eterm
+TERM alacritty
 TERM ansi
 TERM *color*
 TERM con[0-9]*x[0-9]*
-- 
2.33.0

Reply via email to