mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 22:07:59 +00:00
[.zshrc] Increase zsh history
This commit is contained in:
parent
926004bf6f
commit
55551a88d0
3
.zshrc
3
.zshrc
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user