dotfiles/.bashrc_local.sample

5 lines
119 B
Plaintext
Raw Normal View History

2016-10-05 10:21:34 +01:00
# Launch/restore screen
if [ -x $(which screen 2>/dev/null) ]; then
if [ -z "$STY" ]; then exec screen -xRR; fi
fi