fix: zsh_history symlinking issue with impermanence

This commit is contained in:
tux
2025-05-25 16:21:22 +05:30
parent a1e8a2edf5
commit 37869b01bd
5 changed files with 5 additions and 8 deletions

View File

@ -10,6 +10,7 @@
ignoreDups = true;
size = 1000000;
save = 1000000;
path = "$HOME/.local/share/zsh/.zsh_history";
};
syntaxHighlighting.enable = true;
autosuggestion.enable = true;