@ -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)
fi