zsh: Fix HISTFILE location
Alan Pearce alan@alanpearce.eu
Tue, 27 Sep 2022 05:30:42 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -42,7 +42,7 @@ history = { expireDuplicatesFirst = true; extended = true; - path = "\${XDG_DATA_HOME}/zsh/history"; + path = ".local/share/zsh/history"; save = 20000; size = 10000; share = false;