diff --git a/src/array_utils.cpp b/src/array_utils.cpp index 8d9b60f..7d0d68f 100644 --- a/src/array_utils.cpp +++ b/src/array_utils.cpp @@ -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; }