From 510141bc554d9f62dc495b587c5606156ef9241a Mon Sep 17 00:00:00 2001 From: Locojay Date: Thu, 26 May 2011 14:44:09 -0400 Subject: [PATCH] tmux attach --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 2f4d48b2f..fc48f6a98 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 att -#fi +if [[ -z "$TMUX" ]]; then + tmux attach +fi