Use an interactive shell with screen.

This commit is contained in:
Scott Wallace 2018-08-25 18:07:21 +01:00
parent b2f1172fe5
commit 468207b5ac

View file

@ -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