Skip to content

Commit 4f422c1

Browse files
BuriedInTheGroundsylvestre
authored andcommitted
uucore: add alacritty to the list of terminals that support colors
Any value of TERM with glob pattern `alacritty*` will be matched. Fixes #6722
1 parent 9dec29f commit 4f422c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uucore/src/lib/features/colors.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// restrict following config to systems with matching environment variables.
1414
pub static TERMS: &[&str] = &[
1515
"Eterm",
16+
"alacritty*",
1617
"ansi",
1718
"*color*",
1819
"con[0-9]*x[0-9]*",

0 commit comments

Comments
 (0)