diff --git a/.bashrc b/.bashrc index fc5cab4..4540dd2 100644 --- a/.bashrc +++ b/.bashrc @@ -128,7 +128,10 @@ fi #TMUX +if [ -f ~/.tmux.conf ]; then test -z "$TMUX" && (tmux attach || tmux new-session) +fi + # for go #if [ -d /opt/go/bin ]; then