diff --git a/modules/universal/home-manager/zsh.nix b/modules/universal/home-manager/zsh.nix index 04f3b0e9..29849b6a 100644 --- a/modules/universal/home-manager/zsh.nix +++ b/modules/universal/home-manager/zsh.nix @@ -10,7 +10,7 @@ enableVteIntegration = true; history.ignorePatterns = [ "rm *" ]; dotDir = ".config/zsh"; - history.path = ".local/share/zsh/history"; + history.path = "/home/colin/.local/share/zsh/history"; initExtraBeforeCompInit = '' # p10k instant prompt