Riabilito cache zsh per la completion, visto che non è lei che blocca.

This commit is contained in:
Emiliano Vavassori 2024-06-19 02:17:06 +02:00
parent 03671c08da
commit 7be9e0086a
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}" # Color completion
zstyle ':completion:*' rehash true # automatically updates new paths zstyle ':completion:*' rehash true # automatically updates new paths
# Speed completion # Speed completion
zstyle ':completion:*' accept-exact '*(N)' zstyle ':completion:*' accept-exact '*(N)'
#zstyle ':completion:*' use-cache on zstyle ':completion:*' use-cache on
#zstyle ':completion:*' cache-path ~/.zsh/cache zstyle ':completion:*' cache-path ~/.zsh/cache
# History # History
HISTFILE=~/.zhistory HISTFILE=~/.zhistory

View File

@ -18,8 +18,8 @@ zstyle ':completion:*' rehash true # automatically
zstyle ':completion:*' menu select # Highlight menu selection zstyle ':completion:*' menu select # Highlight menu selection
# Speed up completions # Speed up completions
zstyle ':completion:*' accept-exact '*(N)' zstyle ':completion:*' accept-exact '*(N)'
#zstyle ':completion:*' use-cache on zstyle ':completion:*' use-cache on
#zstyle ':completion:*' cache-path ~/.zsh/cache zstyle ':completion:*' cache-path ~/.zsh/cache
HISTFILE=~/.zhistory HISTFILE=~/.zhistory
HISTSIZE=10000 HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000