summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix2
1 files changed, 1 insertions, 1 deletions
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;