diff --git a/zsh/plugins.zsh b/zsh/plugins.zsh index dd62b51..e91bc94 100644 --- a/zsh/plugins.zsh +++ b/zsh/plugins.zsh @@ -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 # }}}