1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

uucore: add alacritty to the list of terminals that support colors

Any value of TERM with glob pattern `alacritty*` will be matched.

Fixes #6722
This commit is contained in:
Simone Ragusa 2024-09-21 15:59:34 +02:00 committed by Sylvestre Ledru
parent 9dec29f613
commit 4f422c1a3a

View file

@ -13,6 +13,7 @@
/// restrict following config to systems with matching environment variables.
pub static TERMS: &[&str] = &[
"Eterm",
"alacritty*",
"ansi",
"*color*",
"con[0-9]*x[0-9]*",