1
Fork 0
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:
Dylan Ullrich 2025-06-02 22:54:05 -07:00 committed by GitHub
parent be9af9c249
commit 862565cd1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@ pub static TERMS: &[&str] = &[
"terminator",
"tmux*",
"vt100",
"wezterm*",
"xterm*",
];

View file

@ -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.