[UPDATE][BASH] Do not use 'default' tmux session

This commit is contained in:
Bruno BELANYI 2020-10-21 11:29:01 +02:00
parent 3c77bde71f
commit e395df2a5c
1 changed files with 2 additions and 2 deletions

View File

@ -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