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