Update dotfiles/.local/share/chezmoi/dot_zshrc.tmpl.sh, dotfiles/.local/share/chezmoi/dot_cache/zsh/.gitkeep

This commit is contained in:
Brian Zalewski 2022-11-22 04:09:14 +00:00
parent c99e83b0f6
commit 5cd8a7610e
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@

View file

@ -51,8 +51,9 @@ setopt SHARE_HISTORY
# ZSH completion system
autoload -Uz compinit
compinit -d ~/.cache/zcompdump
compinit -d "$XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION"
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:*' list-colors "${(s.:.)LS_COLORS}"
zstyle ':completion:*' auto-description 'specify: %d'