mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +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
|
echo; zplug install
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# If not kitty
|
||||||
|
# Then don't start tmux.
|
||||||
|
if [[ -z $KITTY_PID ]];
|
||||||
|
then
|
||||||
|
export ZSH_TMUX_AUTOSTART=false
|
||||||
|
fi
|
||||||
|
|
||||||
zplug load
|
zplug load
|
||||||
|
|
||||||
# History improvements
|
# History improvements
|
||||||
|
|
Loading…
Reference in a new issue