[zshrc] improve history settings

This commit is contained in:
odrling 2019-08-25 11:49:08 +02:00
parent 9b840e23ef
commit 2e2ddf30b7

8
.zshrc
View file

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