From 50d537fd5e42836761fb1287a2c4b0b48a6c62f3 Mon Sep 17 00:00:00 2001 From: Locojay Date: Tue, 31 May 2011 19:33:48 -0400 Subject: [PATCH] zshrc fix --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index fc48f6a98..e8e934e7c 100644 --- a/zshrc +++ b/zshrc @@ -31,7 +31,7 @@ export PATH=$HOME/bin:$PATH export IPYTHONDIR=$HOME/.ipython source ~/.profile -if [[ -z "$TMUX" ]]; then - tmux attach -fi +#if [[ -z "$TMUX" ]]; then + #tmux attach +#fi