From fe4ba921cda43a46b81e9ef1df42be4630c84917 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 2 Aug 2022 16:53:51 -0500 Subject: [PATCH] fix(zsh): use default histfile location --- dots/.config/zsh/config/profile/profile/options.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/zsh/config/profile/profile/options.zsh b/dots/.config/zsh/config/profile/profile/options.zsh index 02e53dec..e0ee1d18 100644 --- a/dots/.config/zsh/config/profile/profile/options.zsh +++ b/dots/.config/zsh/config/profile/profile/options.zsh @@ -1,6 +1,5 @@ #!/usr/bin/env options -export HISTFILE="${XDG_CACHE_HOME}/.zsh-history" export SAVEHIST=10000 setopt appendhistory