test v3.0
Štefan Bystriansky 3 years ago
parent f5929fda4d
commit f23208590e
Signed by: stevo
GPG Key ID: 5584F1ECF6232C7B
  1. 4
      .bashrc
  2. 0
      .tmux.auto

@ -146,8 +146,8 @@ fi
##TMUX ##TMUX pre automatické spustenie -> touch ~/.tmux.auto
if [ -f ~/.tmux.conf ]; then if [ -f ~/.tmux.auto ]; then
test -z "$TMUX" && (tmux attach || tmux new-session) test -z "$TMUX" && (tmux attach || tmux new-session)
fi fi

Loading…
Cancel
Save