1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-13 08:30:08 +00:00

check for gitstatus.plugin.zsh existence in preinit

This commit is contained in:
romkatv 2019-10-08 13:02:44 +02:00
parent 6cd22e24e2
commit d4cbe14f06

View file

@ -4585,7 +4585,8 @@ _p9k_init_vcs() {
(( threads <= 32 )) || threads=32
fi
typeset -g _p9k_preinit="function _p9k_preinit() {
source ${(q)gitstatus_dir}/gitstatus.plugin.zsh
[[ -r ${(q)gitstatus_dir}/gitstatus.plugin.zsh ]] || return
source ${(q)gitstatus_dir}/gitstatus.plugin.zsh || return
GITSTATUS_DAEMON=${(q)daemon} GITSTATUS_NUM_THREADS=$threads \
GITSTATUS_LOG_LEVEL=${(q)GITSTATUS_LOG_LEVEL} \
GITSTATUS_ENABLE_LOGGING=${(q)GITSTATUS_ENABLE_LOGGING} gitstatus_start \