|
|
|
|
|
by VLM
4542 days ago
|
|
Of course something like "exec /usr/bin/screen -xRR" in your .bash_profile or whatever does roughly the opposite, which is also cool, because you can attach multiple devices to the same open screen session simultaneously. I believe if its in .bash_profile you want it in a "if [ -n "$SSH_TTY"]; then stanza, it was something about scp or running commands in a ssh commandline would misbehave. One of those things you set up in you dotfiles in the 90s or whatever and forget why you did it. |
|