diff --git a/homeManagerModules/programs/zsh.nix b/homeManagerModules/programs/zsh.nix index 207a44d..f611b35 100644 --- a/homeManagerModules/programs/zsh.nix +++ b/homeManagerModules/programs/zsh.nix @@ -65,7 +65,6 @@ in ''; dotDir = ".zsh"; completionInit = "autoload -U compinit; compinit -d $ZSH/.zcompdump"; - history.path = "$ZDOTDIR/.zsh_history"; shellAliases = { lg = "lazygit"; cls = "clear";