diff --git a/bash_rc b/bash_rc index 3d62149..ce61c3e 100755 --- a/bash_rc +++ b/bash_rc @@ -123,4 +123,4 @@ do fi done <<< "$(find "${HOME}/.bashrc.d" -type f | sort)" -[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;} +#[ -z "$TMUX" ] && { tmux attach || exec tmux new-session && exit;}