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