dotfiles/.ssh/config.d/screen

4 lines
129 B
Plaintext
Raw Normal View History

Match exec "test ${TERM_PROGRAM} = iTerm.app"
2018-07-10 16:03:41 +01:00
RequestTTY yes
2018-08-25 18:07:21 +01:00
RemoteCommand bash -ic "screen -xRRAUO 2>/dev/null" || bash