From f6306656a0f1bcdbecb2ba6de944737477bb03eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Fri, 23 Nov 2018 14:14:33 +0100 Subject: [PATCH] =?UTF-8?q?Aktualizova=C5=A5=20".bashrc"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) 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