1
0
Fork 0

Compile zcompdump, if modified, to increase startup speed.

pull/3/head
Sorin Ionescu 14 years ago
parent 71a6f7ed92
commit 6b5e026aec

@ -54,3 +54,7 @@ else
fi fi
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