mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
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 New Issue
Block a user