Создавать каталог для файла истории
This commit is contained in:
parent
e09e55d38a
commit
4489d550c1
@ -3,6 +3,8 @@ HISTSIZE=10000000
|
||||
SAVEHIST=10000000
|
||||
HISTDUP=erase
|
||||
|
||||
[ ! -d "$HOME/.cache/zsh" ] && mkdir -p "$HOME/.cache/zsh"
|
||||
|
||||
setopt BANG_HIST # Treat the '!' character specially during expansion.
|
||||
setopt EXTENDED_HISTORY # Write the history file in the ":start:elapsed;command" format.
|
||||
setopt INC_APPEND_HISTORY # Write to the history file immediately, not when the shell exits.
|
||||
|
Loading…
Reference in New Issue
Block a user