1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-07-03 12:20:27 +00:00

[.zshrc] Increase zsh history

This commit is contained in:
Daniel Carrillo 2020-10-24 20:11:49 +02:00
parent 926004bf6f
commit 55551a88d0

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"