[.zshrc] Increase zsh history

This commit is contained in:
Daniel Carrillo 2020-10-24 20:11:49 +02:00
parent 926004bf6f
commit 55551a88d0
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -9,6 +9,9 @@ export PATH=$PATH:~/bin
setopt clobber
zstyle ':completion:*' rehash true
export HISTFILESIZE=100000
export HISTSIZE=100000
unsetopt correct
unsetopt correctall
DISABLE_CORRECTION="true"