diff --git a/modules/tmux/init.zsh b/modules/tmux/init.zsh index c6c3626f..327ce384 100644 --- a/modules/tmux/init.zsh +++ b/modules/tmux/init.zsh @@ -23,7 +23,9 @@ if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" ]] && ( \ ); then tmux_session='prezto' - # Create a first 'prezto' session if tmux is starting. + tmux start-server + # Create a first 'prezto' session if tmux is starting + # and no session has been created. if ! tmux has-session 2> /dev/null; then tmux \ start-server \; \