remove tmux

This commit is contained in:
Antonio J. Delgado 2022-05-05 13:43:39 +03:00
parent 9f54978e3e
commit 428703bfa1

View file

@ -123,4 +123,4 @@ do
fi fi
done <<< "$(find "${HOME}/.bashrc.d" -type f | sort)" 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;}