diff --git a/zsh/.zshrc b/zsh/.zshrc index 91ca4c1..b0551f9 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -119,3 +119,8 @@ source /usr/share/fzf/key-bindings.zsh # Enable completions for fzf source /usr/share/fzf/completion.zsh + +# Launch tmux with a default session +if [ -z "$TMUX" ]; then + exec tmux new-session -As default +fi