From f448c6663ed52c03cb5a0045d27ab22516e819f2 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Wed, 16 Dec 2015 02:23:18 -0500 Subject: [PATCH] zcompile .zshrc --- templates/zlogin | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {