From f1ca59bfa6720a633387a8c0457c858913a2f83c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 18 Dec 2020 08:51:19 +0300 Subject: tmux: prevent recursive attachments --- %HOME%/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index a8f32ab..7347df6 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -135,5 +135,5 @@ nnn() { # tmux: start automatically. # https://unix.stackexchange.com/a/113768 if command -v tmux &> /dev/null && [ -z "$STY" ] && [ -z "$TMUX" ]; then - exec tmux new-session -A -s main + exec tmux fi -- cgit v1.2.3