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-12-02 10:03:52 +01:00
committed by Sylvestre Ledru
parent 9dec29f613
commit 4f422c1a3a
+1
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]*",