From 73fe0f92fa3658c3ef67cd3e262f55c9460d2b0c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 23 Feb 2023 11:24:33 +0100 Subject: tmux: attach to the named session --- %HOME%/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index c3fd29f..71872c5 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -161,7 +161,7 @@ elif multiplexed; then # Skip, we're already running a multiplexer. true elif command -v tmux &> /dev/null; then - exec tmux + exec tmux new -A -s main fi # Disable Alt+N shortcuts, which I use in tmux: -- cgit v1.2.3