fixed histfile

This commit is contained in:
John Lancaster
2026-04-19 15:04:06 -05:00
parent 9825270d64
commit 0c91b1d493
+1 -1
View File
@@ -126,7 +126,7 @@ in
extraRC = '' extraRC = ''
${homeEndKeyBindings} ${homeEndKeyBindings}
HISTFILE=$HOME/.zsh_history HISTFILE=$HOME/.config/zsh/.zsh_history
HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"} HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"}
HOSTNAME=$(hostname -s) HOSTNAME=$(hostname -s)