Regenerate completion dump only once a day
This commit is contained in:
parent
a2cb74e361
commit
998fd9da33
4
.zshrc
4
.zshrc
@ -576,7 +576,11 @@ fi
|
|||||||
|
|
||||||
# at last initialize completion
|
# at last initialize completion
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
|
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.mh+24) ]]; then
|
||||||
compinit
|
compinit
|
||||||
|
else
|
||||||
|
compinit -C
|
||||||
|
fi
|
||||||
|
|
||||||
store_last_return_value() {
|
store_last_return_value() {
|
||||||
LAST_RETURN_VALUE="$?"
|
LAST_RETURN_VALUE="$?"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user