diff --git a/plugins/tmux/init.zsh b/plugins/tmux/init.zsh index d0c7988..ffd5738 100644 --- a/plugins/tmux/init.zsh +++ b/plugins/tmux/init.zsh @@ -27,7 +27,7 @@ if (( $SHLVL == 1 )) && zstyle -t ':omz:plugin:tmux:auto' start; then if [[ -n "$session" ]]; then exec tmux attach-session -t "$session" else - exec tmux new-session "$SHELL -l" + exec tmux new-session fi fi