Use an interactive shell with screen.
This commit is contained in:
parent
b2f1172fe5
commit
468207b5ac
|
@ -1,3 +1,3 @@
|
||||||
Match exec "test ${TERM_PROGRAM} = iTerm.app"
|
Match exec "test ${TERM_PROGRAM} = iTerm.app"
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
RemoteCommand screen -xRRAUO 2>/dev/null || bash
|
RemoteCommand bash -ic "screen -xRRAUO 2>/dev/null" || bash
|
||||||
|
|
Loading…
Reference in a new issue