diff --git a/zsh/distro/archlinux.nocasecomp.zsh b/zsh/distro/archlinux.nocasecomp.zsh index 9f7bd4e..356f19c 100644 --- a/zsh/distro/archlinux.nocasecomp.zsh +++ b/zsh/distro/archlinux.nocasecomp.zsh @@ -26,8 +26,8 @@ zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Color completion zstyle ':completion:*' rehash true # automatically updates new paths # Speed completion zstyle ':completion:*' accept-exact '*(N)' -#zstyle ':completion:*' use-cache on -#zstyle ':completion:*' cache-path ~/.zsh/cache +zstyle ':completion:*' use-cache on +zstyle ':completion:*' cache-path ~/.zsh/cache # History HISTFILE=~/.zhistory diff --git a/zsh/distro/manjaro.nocasecomp.zsh b/zsh/distro/manjaro.nocasecomp.zsh index 39530b5..bbabd41 100644 --- a/zsh/distro/manjaro.nocasecomp.zsh +++ b/zsh/distro/manjaro.nocasecomp.zsh @@ -18,8 +18,8 @@ zstyle ':completion:*' rehash true # automatically zstyle ':completion:*' menu select # Highlight menu selection # Speed up completions zstyle ':completion:*' accept-exact '*(N)' -#zstyle ':completion:*' use-cache on -#zstyle ':completion:*' cache-path ~/.zsh/cache +zstyle ':completion:*' use-cache on +zstyle ':completion:*' cache-path ~/.zsh/cache HISTFILE=~/.zhistory HISTSIZE=10000 SAVEHIST=10000