mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-23 05:38:01 +00:00
This fixes the tmux launch_msg() error.
This commit is contained in:
parent
6c181ce8dc
commit
6ada262fed
@ -27,7 +27,7 @@ if (( $SHLVL == 1 )) && zstyle -t ':omz:plugin:tmux:auto' start; then
|
|||||||
if [[ -n "$session" ]]; then
|
if [[ -n "$session" ]]; then
|
||||||
exec tmux attach-session -t "$session"
|
exec tmux attach-session -t "$session"
|
||||||
else
|
else
|
||||||
exec tmux new-session "$SHELL -l"
|
exec tmux new-session
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user