From 0c91b1d49361631d19bdab120f1c4f7708d09c57 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:04:06 -0500 Subject: [PATCH] fixed histfile --- modules/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 576b719..9253a25 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -126,7 +126,7 @@ in extraRC = '' ${homeEndKeyBindings} - HISTFILE=$HOME/.zsh_history + HISTFILE=$HOME/.config/zsh/.zsh_history HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"} HOSTNAME=$(hostname -s)