Rework zsh history

This commit is contained in:
Yorick Barbanneau 2023-09-10 17:02:49 +02:00
parent 9462a7486e
commit 8a7c0c84a0

View file

@ -6,10 +6,10 @@
defaultKeymap = "viins";
enableCompletion = true;
history = {
expireDuplicatesFirst = true;
ignoreAllDups = true;
save = 10000;
share = true;
path = ".local/share/zsh/history";
path = "$HOME/.local/share/zsh/history";
};
historySubstringSearch = {
enable = true;