depot/config/zsh/components/history.zsh
2022-01-14 22:49:37 +01:00

8 lines
188 B
Bash

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