Compare commits

..

No commits in common. "ed3b8d90462c0fe456654e145e1bc24b1864a485" and "2c3049b5a95d79aec81974890dcf2104a1fa5775" have entirely different histories.

View file

@ -41,7 +41,7 @@ _plugin completions 'zsh-users/zsh-completions' "$_checkout_latest_version"
else
# -C flag disables some checks performed by compinit - they are not needed
# because we already have a fresh compdump
compinit -C -d "${ZSH_CACHE_DIR}/zcompdump"
compinit -C
fi
unset run_compdump
# }}}