depot/config/zsh/components/history.zsh

8 lines
188 B
Bash
Raw Normal View History

2021-06-05 23:59:06 +03:00
HISTFILE=~/.cache/zsh_history
HISTSIZE=15000
SAVEHIST=10000
setopt share_history
setopt hist_expire_dups_first
setopt hist_no_functions hist_no_store hist_reduce_blanks
setopt hist_verify