ZSH Config: set history options
This commit is contained in:
parent
fa0dccb8a7
commit
4db41dd154
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ zstyle ':completion:*' rehash true # automatically
|
|||
zstyle ':completion:*' accept-exact '*(N)'
|
||||
zstyle ':completion:*' use-cache on
|
||||
zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||
HISTFILE=~/.zhistory
|
||||
HISTSIZE=100000
|
||||
SAVEHIST=10000000
|
||||
####################################################################################################################################################
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue