From 346de3fbb0eb1aa65449a4c10c16d63d8bd781ad Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 26 Jul 2018 18:46:26 -0500 Subject: [PATCH] the tmux autostart thingy was acting up. disabled for now. --- zsh/.zshrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index c2e56f6..9c018ea 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -156,8 +156,9 @@ local LOCAL_ZSHRC=$HOME/.zshlocal/.zshrc # Allow the local machine to have source $LOCAL_ZSHRC fi -#launch a tmux session for interactive shells (attaching to an existing tmux session if possible. -if which tmux > /dev/null 2>&1; then #checks if tmux is installed. if it is not, do nothing. - #try to attach to an exsisting tmux session, or, if that doesnt exist, make a new one. - test -z ${TMUX} && (tmux attach || tmux new-session) -fi +##launch a tmux session for interactive shells (attaching to an existing tmux session if possible. +#seems to be buggy for now, sometimes doesnt work. +#if which tmux > /dev/null 2>&1; then #checks if tmux is installed. if it is not, do nothing. +# #try to attach to an exsisting tmux session, or, if that doesnt exist, make a new one. +# test -z ${TMUX} && (tmux attach || tmux new-session) +#fi