From bed02e1129f4a505adc62652abb8a29c2427a2c9 Mon Sep 17 00:00:00 2001 From: Eragos Date: Fri, 15 Apr 2016 19:27:18 +0200 Subject: [PATCH] fix --- .commonrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.commonrc b/.commonrc index ceadb26..7042595 100755 --- a/.commonrc +++ b/.commonrc @@ -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