diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 77fc877..8c520c8 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -125,8 +125,6 @@ in extraRC = '' ${homeEndKeyBindings} - eval "$(direnv hook zsh)" - HISTFILE=$HOME/.zsh_history HISTORY_IGNORE=${lib.escapeShellArg "(${lib.concatStringsSep "|" ignorePatterns})"}