Update dotfiles/.local/share/chezmoi/dot_zshrc.tmpl.sh, dotfiles/.local/share/chezmoi/dot_cache/zsh/.gitkeep
This commit is contained in:
parent
c99e83b0f6
commit
5cd8a7610e
2 changed files with 3 additions and 1 deletions
1
dotfiles/.local/share/chezmoi/dot_cache/zsh/.gitkeep
Normal file
1
dotfiles/.local/share/chezmoi/dot_cache/zsh/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -51,8 +51,9 @@ setopt SHARE_HISTORY
|
||||||
|
|
||||||
# ZSH completion system
|
# ZSH completion system
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit -d ~/.cache/zcompdump
|
compinit -d "$XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION"
|
||||||
zstyle ':completion:*:*:*:*:*' menu select
|
zstyle ':completion:*:*:*:*:*' menu select
|
||||||
|
zstyle ':completion:*' cache-path "$XDG_CACHE_HOME/zsh/zcompcache"
|
||||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
|
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
|
||||||
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
||||||
zstyle ':completion:*' auto-description 'specify: %d'
|
zstyle ':completion:*' auto-description 'specify: %d'
|
Loading…
Reference in a new issue