increase histfile size
This commit is contained in:
parent
a5c5a9315a
commit
a1eaf76575
@ -5,8 +5,8 @@
|
||||
# Lines configured by zsh-newuser-install
|
||||
export HISTFILE="$XDG_STATE_HOME"/zsh/history
|
||||
mkdir -p "$(dirname $HISTFILE)"
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
HISTSIZE=100000
|
||||
SAVEHIST=100000
|
||||
setopt autocd
|
||||
unsetopt beep
|
||||
bindkey -v
|
||||
|
Loading…
Reference in New Issue
Block a user