fix: use default $TERM on windows
- Set config.term = "xterm-256color" on windows - Other platforms continue to use "wezterm"
This commit is contained in:
@@ -26,6 +26,7 @@ end
|
|||||||
-- Set OS-specific options
|
-- Set OS-specific options
|
||||||
if myos == "win" then
|
if myos == "win" then
|
||||||
opts.default_prog = { "pwsh.exe" }
|
opts.default_prog = { "pwsh.exe" }
|
||||||
|
opts.term = "xterm-256color"
|
||||||
elseif myos == "mac" then
|
elseif myos == "mac" then
|
||||||
opts.default_prog = { "zsh" }
|
opts.default_prog = { "zsh" }
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user