Closed bangedorrunt closed 2 years ago
Wezterm has default_prog
that allow me to do the same thing
{:term :wezterm
:default_prog (if (is_macos?)
["/usr/local/bin/zsh" "-l" "-c" "tmux attach || tmux"]
["wsl.exe" "zsh" "-c" "-l" "tmux attach || tmux"])}
This would be great if the plugin support automatic startup for Wezterm terminal. Thank you!