1
0
Fork 0

zsh: enable completion caching

This commit is contained in:
Luca Bilke 2024-10-24 16:55:26 +02:00
parent 8f3eba67a1
commit b5d0e79796
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ zstyle ':completion:*:descriptions' format '[%d]'
zstyle ':completion:*' list-colors "${(s/:/)LS_COLORS}"
zstyle ':completion:*' menu no
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
zstyle ':completion:*' use-cache on
zstyle ':completion:*' cache-path "${XDG_CACHE_HOME}/zsh/.zcompcache"
zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup
zstyle ':fzf-tab:*' switch-group '<' '>'