diff --git a/.zshrc b/.zshrc index 40cc4f0..12a2021 100644 --- a/.zshrc +++ b/.zshrc @@ -576,7 +576,11 @@ fi # at last initialize completion autoload -Uz compinit -compinit +if [[ -n ${ZDOTDIR}/.zcompdump(#qN.mh+24) ]]; then + compinit +else + compinit -C +fi store_last_return_value() { LAST_RETURN_VALUE="$?"