1
0
Fork 0

[#316] Compile zcompdump, if modified, to increase startup speed.

pull/1/merge
Sorin Ionescu 14 years ago
parent 075cf7f59f
commit 5811346525

@ -44,6 +44,11 @@ fi
# Load all of your custom configurations from custom/
for config_file ($ZSH/custom/*.zsh) source $config_file
# 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
# Check for updates on initial load...
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
then

Loading…
Cancel
Save