diff --git a/src/uucore/src/lib/features/colors.rs b/src/uucore/src/lib/features/colors.rs index 885ae2fe9..2792de7c5 100644 --- a/src/uucore/src/lib/features/colors.rs +++ b/src/uucore/src/lib/features/colors.rs @@ -38,6 +38,7 @@ pub static TERMS: &[&str] = &[ "terminator", "tmux*", "vt100", + "wezterm*", "xterm*", ]; diff --git a/tests/fixtures/dircolors/internal.expected b/tests/fixtures/dircolors/internal.expected index feea46455..38f43f195 100644 --- a/tests/fixtures/dircolors/internal.expected +++ b/tests/fixtures/dircolors/internal.expected @@ -32,6 +32,7 @@ TERM st TERM terminator TERM tmux* TERM vt100 +TERM wezterm* TERM xterm* # Below are the color init strings for the basic file types. # One can use codes for 256 or more colors supported by modern terminals.