From 20d7db141360e3a26690b7f2ea3f0f393094b58c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 13 Jan 2022 18:52:39 -0500 Subject: [PATCH] fix(zsh): keep history in xdg config home --- users/profiles/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 620eefb..c9fb506 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -17,7 +17,7 @@ ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin ''; - dotDir = ".config/zsh"; + dotDir = "{config.xdg.configHome}zsh"; history.path = "${dotDir}/.zsh_history";