chore: disable zsh history file, use atuin exclusively
This commit is contained in:
parent
5e1a7a173b
commit
9c299b26ca
1 changed files with 5 additions and 5 deletions
10
home/zsh.nix
10
home/zsh.nix
|
|
@ -7,13 +7,13 @@
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
# History
|
# History - disabled, using atuin instead
|
||||||
history = {
|
history = {
|
||||||
size = 10000;
|
size = 1000; # держим в памяти для текущей сессии
|
||||||
save = 10000;
|
save = 0; # не сохраняем в файл
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
share = true;
|
share = false; # atuin сам разберётся с sync
|
||||||
extended = true;
|
extended = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Pure prompt
|
# Pure prompt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue