This commit is contained in:
thek4n 2024-12-05 23:38:09 +03:00
parent 9cf28b8da9
commit bd473085a7

View File

@ -4,7 +4,10 @@ fpath=(~/.zfunc $fpath)
zmodload zsh/complist zmodload zsh/complist
setopt menucomplete setopt menucomplete
autoload -Uz compinit 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:*' menu yes select
zstyle ':completion:*' auto-description 'specify: %d' zstyle ':completion:*' auto-description 'specify: %d'
zstyle ':completion:*' completer _expand _complete _correct _approximate zstyle ':completion:*' completer _expand _complete _correct _approximate