diff --git a/templates/zlogin b/templates/zlogin index da7defa..8025566 100644 --- a/templates/zlogin +++ b/templates/zlogin @@ -25,7 +25,10 @@ local zcompare() { # First, we will zcompile the completion cache, if it exists. Siginificant speedup. zcompare ${ZDOTDIR:-$HOME}/.zcompdump - # Next, we should zcomplie the 'heavy' modules where possible. + # Next, zcompile .zshrc if needed + zcompare ${ZDOTDIR:-$HOME}/.zshrc + + # Then, we should zcomplie the 'heavy' modules where possible. # This includes syntax-highlighting and completion. # Other modules may be added to this list at a later date. function {