Riabilito cache zsh per la completion, visto che non è lei che blocca.
This commit is contained in:
parent
03671c08da
commit
7be9e0086a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user