This commit is contained in:
2016-04-15 19:27:18 +02:00
parent b5a75f16e5
commit bed02e1129

View File

@@ -3,6 +3,6 @@
if [ ! "$TERM_PROGRAM" = "iTerm.app" ]; then
if [ -z "$TMUX" ]; then
(tmux ls | grep -vq attached && tmux -2 attach-session -t main) || tmux -2 new-session -t main
(tmux ls | grep -vq attached && tmux -2 attach-session -t main) || tmux -2 new-session -s main
fi
fi