Compile zcompdump, if modified, to increase startup speed.
This commit is contained in:
parent
f26a86795e
commit
c7b8ce0f0b
|
@ -54,3 +54,7 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
# Compile zcompdump, if modified, to increase startup speed.
|
||||
if [ "$HOME/.zcompdump" -nt "$HOME/.zcompdump.zwc" -o ! -e "$HOME/.zcompdump.zwc" ]; then
|
||||
zcompile "$HOME/.zcompdump"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue