zcompile .zshrc
This commit is contained in:
parent
1cc0a19e14
commit
f448c6663e
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ local zcompare() {
|
||||||
# First, we will zcompile the completion cache, if it exists. Siginificant speedup.
|
# First, we will zcompile the completion cache, if it exists. Siginificant speedup.
|
||||||
zcompare ${ZDOTDIR:-$HOME}/.zcompdump
|
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.
|
# This includes syntax-highlighting and completion.
|
||||||
# Other modules may be added to this list at a later date.
|
# Other modules may be added to this list at a later date.
|
||||||
function {
|
function {
|
||||||
|
|
Loading…
Reference in a new issue