zcompile .zshrc

This commit is contained in:
Matt Hamilton 2015-12-16 02:23:18 -05:00
parent 1cc0a19e14
commit f448c6663e
1 changed files with 4 additions and 1 deletions

View File

@ -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 {