dotfiles/.bashrc_local.sample

5 lines
119 B
Plaintext

# Launch/restore screen
if [ -x $(which screen 2>/dev/null) ]; then
if [ -z "$STY" ]; then exec screen -xRR; fi
fi