Increase zsh history size
This commit is contained in:
parent
a49d728b4b
commit
d6bc329c85
@ -1,7 +1,8 @@
|
|||||||
# Lines configured by zsh-newuser-install
|
# Lines configured by zsh-newuser-install
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=1000
|
HISTSIZE=5000
|
||||||
SAVEHIST=1000
|
SAVEHIST=5000
|
||||||
|
setopt hist_ignore_all_dups
|
||||||
setopt extendedglob
|
setopt extendedglob
|
||||||
unsetopt beep
|
unsetopt beep
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user