From b33437969b10090ff0749367d8e7306013f8c887 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 9 Oct 2022 10:16:55 +0200 Subject: zsh: make HISTFILE path absolute again --- user/settings/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 049f2748..6e6c04d3 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -42,7 +42,7 @@ in history = { expireDuplicatesFirst = true; extended = true; - path = ".local/share/zsh/history"; + path = "$HOME/.local/share/zsh/history"; save = 20000; size = 10000; share = false; -- cgit 1.4.1