refactor(nix/hm/price): set histfile to XDG_DATA_HOME
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
This commit is contained in:
parent
2f9e7a94f6
commit
f721d47f7b
@ -2,7 +2,7 @@
|
||||
|
||||
export SAVEHIST=10000
|
||||
export HISTSIZE=10000
|
||||
export HISTFILE="${XDG_CACHE_HOME}/zsh_history"
|
||||
export HISTFILE="${XDG_DATA_HOME}/zsh_history"
|
||||
setopt INC_APPEND_HISTORY
|
||||
setopt SHARE_HISTORY
|
||||
setopt EXTENDED_HISTORY
|
||||
|
Loading…
Reference in New Issue
Block a user