From 428703bfa1790356d5560f8887833ca5218220e4 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 5 May 2022 13:43:39 +0300 Subject: [PATCH] remove tmux --- bash_rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_rc b/bash_rc index 3d62149..ce61c3e 100755 --- a/bash_rc +++ b/bash_rc @@ -123,4 +123,4 @@ do fi 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;}