Fixed incorrect name for zsh-histfile

This commit is contained in:
2023-08-24 19:31:09 -04:00
parent 0942ba74b0
commit 17e886083b
+1 -1
View File
@@ -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