Move to screen from tmux.

This commit is contained in:
Scott Wallace 2016-10-05 10:21:34 +01:00
parent 9e137f37ab
commit 4ebcb39d8e

View file

@ -1,4 +1,4 @@
# Launch/restore tmux command sessions # Launch/restore screen
if [ -x $(which tmux) ]; then if [ -x $(which screen 2>/dev/null) ]; then
tmux has-session && tmux -CC attach || tmux -CC if [ -z "$STY" ]; then exec screen -xRR; fi
fi fi