ZSH Config: set history options

This commit is contained in:
Aroy-Art 2025-01-13 22:00:42 +01:00
parent fa0dccb8a7
commit 4db41dd154
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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
####################################################################################################################################################