tmux-plugin: SHLVL is automatically set by tmux

tmux already sets SHLVL, no need to force it
This commit is contained in:
Colin Hebert 2012-03-21 08:24:03 +00:00
parent 390c353f97
commit ac437114a0

View file

@ -17,8 +17,6 @@ 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 \