diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 362f70fe..049f2748 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -42,7 +42,7 @@ in history = { expireDuplicatesFirst = true; extended = true; - path = "\${XDG_DATA_HOME}/zsh/history"; + path = ".local/share/zsh/history"; save = 20000; size = 10000; share = false; |