mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-11-09 17:42:36 +00:00
Increment SHLVL before launching tmux
The incrementing of SHLVL is configuration dependent. It is best to
always increment it to prevent infinite loops.
This reverts commit 17a4505a0a.
This commit is contained in:
@@ -17,6 +17,8 @@ alias tl="tmux list-sessions"
|
||||
|
||||
# Auto Start
|
||||
if (( $SHLVL == 1 )) && zstyle -t ':omz:plugin:tmux:auto' start; then
|
||||
(( SHLVL += 1 )) && export SHLVL
|
||||
|
||||
session="$(
|
||||
tmux list-sessions 2> /dev/null \
|
||||
| cut -d':' -f1 \
|
||||
|
||||
Reference in New Issue
Block a user