|
|
@ -9,7 +9,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
# Compile the completion dump to increase startup speed.
|
|
|
|
# Compile the completion dump to increase startup speed.
|
|
|
|
zcompdump="${ZDOTDIR:-$HOME}/.zcompdump"
|
|
|
|
zcompdump="${ZDOTDIR:-$HOME}/.zcompdump"
|
|
|
|
if [[ "$zcompdump" -nt "${zcompdump}.zwc" || ! -s "${zcompdump}.zwc" ]]; then
|
|
|
|
if [[ -s "$zcompdump" && (! -s "${zcompdump}.zwc" || "$zcompdump" -nt "${zcompdump}.zwc") ]]; then
|
|
|
|
zcompile "$zcompdump"
|
|
|
|
zcompile "$zcompdump"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|