Compile zcompdump, if modified, to increase startup speed.

main
Sorin Ionescu 14 years ago
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…
Cancel
Save