diff options
-rw-r--r-- | %HOME%/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
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: |