chore: disable zsh history file, use atuin exclusively

This commit is contained in:
mikl 2026-07-10 16:05:25 +03:00
parent 5e1a7a173b
commit 9c299b26ca

View file

@ -7,13 +7,13 @@
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
# History
# History - disabled, using atuin instead
history = {
size = 10000;
save = 10000;
size = 1000; # держим в памяти для текущей сессии
save = 0; # не сохраняем в файл
ignoreDups = true;
share = true;
extended = true;
share = false; # atuin сам разберётся с sync
extended = false;
};
# Pure prompt