Riabilito cache zsh per la completion, visto che non è lei che blocca.
This commit is contained in:
parent
03671c08da
commit
7be9e0086a
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue