1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-10-01 06:09:09 +00:00

[.zshrc] Increase zsh history

This commit is contained in:
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 setopt clobber
zstyle ':completion:*' rehash true zstyle ':completion:*' rehash true
export HISTFILESIZE=100000
export HISTSIZE=100000
unsetopt correct unsetopt correct
unsetopt correctall unsetopt correctall
DISABLE_CORRECTION="true" DISABLE_CORRECTION="true"