8 lines
188 B
Bash
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
|