From f721d47f7bcbea659857c1d6a8216a2ca27a4dde Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 28 May 2024 18:49:21 -0500 Subject: [PATCH] refactor(nix/hm/price): set histfile to `XDG_DATA_HOME` --- users/price/dots/.config/zsh/config/profile/profile/options.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/price/dots/.config/zsh/config/profile/profile/options.zsh b/users/price/dots/.config/zsh/config/profile/profile/options.zsh index 89466a28..4b7cec21 100644 --- a/users/price/dots/.config/zsh/config/profile/profile/options.zsh +++ b/users/price/dots/.config/zsh/config/profile/profile/options.zsh @@ -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