mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Fixed incorrect name for zsh-histfile
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user