increase histfile size
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user