zcompile all sources

pull/243/head
romkatv 5 years ago
parent b8d648b339
commit e0bb4f0147

1
.gitignore vendored

@ -0,0 +1 @@
*.zwc

@ -27,6 +27,10 @@ typeset -g __p9k_root_dir="${POWERLEVEL9K_INSTALLATION_DIR:-${${(%):-%x}:A:h}}"
return return
fi fi
typeset -gr __p9k_sourced=1 typeset -gr __p9k_sourced=1
local f
for f in $__p9k_root_dir/{powerlevel9k.zsh-theme,powerlevel10k.zsh-theme,internal/p10k.zsh,internal/icons.zsh,internal/configure.zsh,gitstatus/gitstatus.plugin.zsh}; do
[[ $f.zwc -nt $f ]] || zcompile $f
done
source $__p9k_root_dir/internal/p10k.zsh || true source $__p9k_root_dir/internal/p10k.zsh || true
} }

Loading…
Cancel
Save