1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-01-03 08:56:47 +00:00

[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

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"