feat: only start tmux in kitty

This commit is contained in:
Tine Jozelj 2022-01-15 20:07:12 +01:00
parent 2b25bea33e
commit 65a85ed991

View file

@ -19,6 +19,14 @@ if ! zplug check --verbose; then
echo; zplug install
fi
fi
# If not kitty
# Then don't start tmux.
if [[ -z $KITTY_PID ]];
then
export ZSH_TMUX_AUTOSTART=false
fi
zplug load
# History improvements