refactor(nix/hm/price): set histfile to XDG_DATA_HOME
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s

This commit is contained in:
Price Hiller 2024-05-28 18:49:21 -05:00
parent 2f9e7a94f6
commit f721d47f7b
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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