From e395df2a5c856845acd3189eff34d14e3195791e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 21 Oct 2020 11:29:01 +0200 Subject: [PATCH] [UPDATE][BASH] Do not use 'default' tmux session --- bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 8e86a6b..113c9fa 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -66,7 +66,7 @@ source /usr/share/fzf/key-bindings.bash # Enable fzf completion source /usr/share/fzf/completion.bash -# Launch tmux with a default session +# Launch tmux with a new session if [ -z "$TMUX" ]; then - exec tmux new-session -As default + exec tmux new-session fi