capitalisation for WezTerm

This commit is contained in:
Dvlv 2024-02-27 13:01:04 +00:00
parent eb2697bdc1
commit 5a62cd9ffd
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Terminals are searched in the following order:
- Tilix
- Kitty
- Alacritty
- Wezterm
- WezTerm
- Ptyxis
- XTerm

View file

@ -208,7 +208,7 @@ pub fn get_supported_terminals() -> Vec<TerminalOption> {
separator_arg: String::from("-e"),
},
TerminalOption {
name: String::from("Wezterm"),
name: String::from("WezTerm"),
executable_name: String::from("wezterm"),
separator_arg: String::from("-e"),
},