From e1a82d20bacff2084efb194feef0e04c16069544 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sat, 16 Mar 2013 17:17:36 -0500 Subject: [PATCH] Removing the auto-start tmux thing from zshrc --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index dff5e2e..1c34fb3 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,5 @@ # Start tmux... just trying it out -if [ "$TMUX" = "" ]; then tmux; fi +# if [ "$TMUX" = "" ]; then tmux; fi # powerline-shell function powerline_precmd() {