From f4dfa6b7809d02e48c53727c36fad35640afabf2 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 9 Nov 2014 17:10:17 +0100 Subject: [PATCH] Made terminal close after closing tmux --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f285b2d..9d3a1c8 100644 --- a/zshrc +++ b/zshrc @@ -16,6 +16,6 @@ fi alias tmux="tmux -2" alias attach="tmux a" -if [ -z "$TMUX" ]; then tmux; fi +if [ -z "$TMUX" ]; then tmux; exit; fi DISABLE_AUTO_TITLE=true