Merge branch 'master' of ssh://zom.bi:9097/madmaurice/configfiles

This commit is contained in:
madmaurice 2015-10-08 18:29:23 +02:00
commit 0554277455

View file

@ -0,0 +1,5 @@
if [ -z "$TMUX" ]; then
if which tmux >/dev/null 2>&1; then
tmux -q has-session && exec tmux attach-session -d || exec tmux new-session
fi
fi