Do our own zcompile step for zshenv in particular, since it runs before the Zinit module has a chance to load
This commit is contained in:
parent
25f3c517d8
commit
60606d5459
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
setopt extended_glob
|
||||
for f in $ZDOTDIR/all/^*.zwc(N); source $f
|
||||
for f in $ZDOTDIR/all/^*.zwc(N); do
|
||||
[[ ! -f $f.zwc ]] && zcompile $f
|
||||
source $f
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue