zsh: config history

This commit is contained in:
2025-11-28 20:51:05 +03:00
parent 08a3195d43
commit 885dca9738
+6 -2
View File
@@ -73,8 +73,12 @@
TERM=xterm-256color
'';
history.size = 10000;
history.path = "${config.xdg.dataHome}/zsh/history";
history = {
size = 10000;
path = "${config.xdg.dataHome}/zsh/history";
expireDuplicatesFirst = true;
ignoreDups = true;
};
oh-my-zsh.enable = true;
};