Compile zcompdump, if modified, to increase startup speed.
This commit is contained in:
parent
71a6f7ed92
commit
6b5e026aec
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue