[zsh] increase history size

This commit is contained in:
odrling 2022-01-17 18:11:09 +01:00
parent 0699261382
commit 7faef38bae
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

4
.zshrc
View file

@ -76,8 +76,8 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p
zstyle ':completion::complete:*' use-cache 1
export HISTFILE=~/.histfile
export HISTSIZE=10000
export SAVEHIST=10000
export HISTSIZE=100000
export SAVEHIST=100000
setopt appendhistory autocd notify histexpiredupsfirst histsavenodups incappendhistorytime histnostore histignorespace
unsetopt beep
bindkey -e