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)