zsh
This commit is contained in:
parent
9cf28b8da9
commit
bd473085a7
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user