diff --git a/home/user/.config/zsh/completion b/home/user/.config/zsh/completion index 242aa33..1c2c3c3 100644 --- a/home/user/.config/zsh/completion +++ b/home/user/.config/zsh/completion @@ -4,7 +4,10 @@ fpath=(~/.zfunc $fpath) zmodload zsh/complist setopt menucomplete autoload -Uz compinit -compinit -d ~/.cache/zcompdump +compinit -d ~/.cache/zsh/.zcompdump + +zstyle ':completion:*' use-cache on +zstyle ':completion:*' cache-path "${HOME}/.cache/zsh/.zcompcache" zstyle ':completion:*' menu yes select zstyle ':completion:*' auto-description 'specify: %d' zstyle ':completion:*' completer _expand _complete _correct _approximate