small fix for windows
This commit is contained in:
@@ -78,7 +78,8 @@ terminal_is_cmd()
|
||||
std::string_view path(exe_path);
|
||||
if (path.ends_with("\\WindowsTerminal.exe")
|
||||
|| path.ends_with("\\ConEmuC64.exe")
|
||||
|| path.ends_with("\\ConEmuC.exe"))
|
||||
|| path.ends_with("\\ConEmuC.exe")
|
||||
|| path.ends_with("\\wezterm-gui.exe"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user