mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #8047 from eldyl/feat/add_wezterm_to_terms
Feat/add wezterm to terms
This commit is contained in:
parent
be9af9c249
commit
862565cd1a
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ pub static TERMS: &[&str] = &[
|
||||||
"terminator",
|
"terminator",
|
||||||
"tmux*",
|
"tmux*",
|
||||||
"vt100",
|
"vt100",
|
||||||
|
"wezterm*",
|
||||||
"xterm*",
|
"xterm*",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
1
tests/fixtures/dircolors/internal.expected
vendored
1
tests/fixtures/dircolors/internal.expected
vendored
|
@ -32,6 +32,7 @@ TERM st
|
||||||
TERM terminator
|
TERM terminator
|
||||||
TERM tmux*
|
TERM tmux*
|
||||||
TERM vt100
|
TERM vt100
|
||||||
|
TERM wezterm*
|
||||||
TERM xterm*
|
TERM xterm*
|
||||||
# Below are the color init strings for the basic file types.
|
# Below are the color init strings for the basic file types.
|
||||||
# One can use codes for 256 or more colors supported by modern terminals.
|
# One can use codes for 256 or more colors supported by modern terminals.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue