From 8345375bc440d5e1014da74858b13c4e24ec6d56 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 22 Oct 2022 05:52:05 -0700 Subject: [PATCH] zsh: fix history path to be fully-qualified it's implicitly a relative path to where the shell is initialized. --- modules/universal/home-manager/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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