diff --git a/zsh/plugins.zsh b/zsh/plugins.zsh index e91bc94..dd62b51 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 + compinit -C -d "${ZSH_CACHE_DIR}/zcompdump" fi unset run_compdump # }}}