diff --git a/common/.config/zsh/configs/2-setup b/common/.config/zsh/configs/2-setup index d75b4062a..e933f446f 100644 --- a/common/.config/zsh/configs/2-setup +++ b/common/.config/zsh/configs/2-setup @@ -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 '<' '>'