1
0
Fork 0
mirror of synced 2024-06-01 23:01:11 -04:00

zcompile .zshrc

This commit is contained in:
Matt Hamilton 2015-12-16 02:23:18 -05:00
parent 1cc0a19e14
commit f448c6663e

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 {