mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 15:16:29 +00:00
feat: only start tmux in kitty
This commit is contained in:
parent
2b25bea33e
commit
65a85ed991
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue