Reduce startup time a teeny bit more by compiling the zcompdump file in the background

This commit is contained in:
Danielle McLean 2016-10-20 09:12:53 +11:00
parent 7ccb1a7790
commit 48936c6915
No known key found for this signature in database
GPG key ID: CC91589719027E94
3 changed files with 7 additions and 5 deletions

View file

@ -1 +1 @@
for f in $ZDOTDIR/all/*(-.N); source $f
for f in $ZDOTDIR/all/*(N); source $f