diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index 023a90e7..932e7ac8 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -14,8 +14,8 @@ fi # Add zsh-completions to $fpath. fpath=("${0:h}/external/src" $fpath) -# Load and initialize the completion system ignoring insecure directories. -autoload -Uz compinit && compinit -i +# Load and initialize the completion system ignoring checks of insecure directories but still dumping to cache. +autoload -Uz compinit && compinit -C -d ~/.zcompdump # # Options