zsh: enable completion caching
This commit is contained in:
parent
8f3eba67a1
commit
b5d0e79796
|
@ -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 '<' '>'
|
||||
|
|
Loading…
Reference in New Issue