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:
parent
6cd22e24e2
commit
d4cbe14f06
1 changed files with 11 additions and 10 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue