Change the way launching a remote screen is determined.
This commit is contained in:
parent
a34ea1b9cd
commit
b2f1172fe5
|
@ -1,3 +1,3 @@
|
||||||
Match exec "test ${SHLVL} -le 2"
|
Match exec "test ${TERM_PROGRAM} = iTerm.app"
|
||||||
RequestTTY yes
|
RequestTTY yes
|
||||||
RemoteCommand screen -xRRAUO 2>/dev/null || bash
|
RemoteCommand screen -xRRAUO 2>/dev/null || bash
|
||||||
|
|
Loading…
Reference in a new issue