mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
delete TERMINAL_NAME
This commit is contained in:
parent
3b5453ff1c
commit
0f5d1dccfb
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ impl Emulator {
|
|||
("WT_Session", Self::Microsoft),
|
||||
("VSCODE_INJECTION", Self::VSCode),
|
||||
("TABBY_CONFIG_DIRECTORY", Self::Tabby),
|
||||
("TERMINAL_NAME", Self::Contour),
|
||||
];
|
||||
match vars.into_iter().find(|v| env_exists(v.0)) {
|
||||
Some(var) => return var.1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue