mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-01 22:47:23 -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)
|
# shell settings (this section impacts shell functionality)
|
||||||
HISTFILE="$XDG_CACHE_HOME"/zsh_histfile
|
HISTFILE="$XDG_CACHE_HOME"/zsh-histfile
|
||||||
HISTSIZE=2500
|
HISTSIZE=2500
|
||||||
SAVEHIST=2000
|
SAVEHIST=2000
|
||||||
setopt INC_APPEND_HISTORY
|
setopt INC_APPEND_HISTORY
|
||||||
|
|||||||
Reference in New Issue
Block a user