Skip to content

Commit

Permalink
[Fix sorin-ionescu#56, Fix sorin-ionescu#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
RIT80 committed Mar 20, 2012
1 parent a9c8816 commit 6e21739
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 6e21739

Please sign in to comment.