[zshrc] Restore history env variables

This commit is contained in:
Daniel Carrillo 2022-04-10 12:19:30 +02:00
parent 53f31a42bc
commit 63cc6ed077
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -17,6 +17,10 @@ setopt clobber
zstyle ':completion:*' rehash true
zstyle ':completion:*' special-dirs true
export HISTFILE=~/.zsh_history
export HISTFILESIZE=100000
export HISTSIZE=100000
unsetopt correct
unsetopt correctall
DISABLE_CORRECTION="true"