wezterm
wezterm copied to clipboard
RemoteSshDomain: Use `sh -c`, not `$SHELL -c`
This fixes remote SSH domains for assume_shell = "Posix" when the login shell is not a POSIX-compatible sh.
Fixes #7377