mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
committed by
Sylvestre Ledru
parent
9dec29f613
commit
4f422c1a3a
@@ -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]*",
|
||||
|
||||
Reference in New Issue
Block a user