From 6de99021cb177931971726ecda74c8645f9ab6dc Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 21 Oct 2020 11:29:11 +0200 Subject: [PATCH] [UPDATE][ZSH] Do not use 'default' tmux session --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index b0551f9..d559042 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -120,7 +120,7 @@ source /usr/share/fzf/key-bindings.zsh # Enable completions for fzf source /usr/share/fzf/completion.zsh -# 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