From bd473085a7b997c3cffd7f9cb2aaafaa13a267af Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 5 Dec 2024 23:38:09 +0300 Subject: [PATCH] zsh --- home/user/.config/zsh/completion | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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