mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01: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:
parent
6a9a4ea8d6
commit
588b52ee94
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue