Skip to content

Commit

Permalink
[Fix #56, Fix #58] Remove the SHELL argument
Browse files Browse the repository at this point in the history
This fixes the tmux launch_msg() error.
  • Loading branch information
sorin-ionescu committed Mar 20, 2012
1 parent 6c181ce commit 6ada262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tmux/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ada262

Please sign in to comment.