From 17e886083bbb55bdccdcabcbb472bbebce2b0c42 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 24 Aug 2023 19:31:09 -0400 Subject: [PATCH] Fixed incorrect name for zsh-histfile --- config-files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-files/zshrc b/config-files/zshrc index 3b23ac9..ae13027 100644 --- a/config-files/zshrc +++ b/config-files/zshrc @@ -1,5 +1,5 @@ # shell settings (this section impacts shell functionality) -HISTFILE="$XDG_CACHE_HOME"/zsh_histfile +HISTFILE="$XDG_CACHE_HOME"/zsh-histfile HISTSIZE=2500 SAVEHIST=2000 setopt INC_APPEND_HISTORY