Raise history size of zsh

That allows to also recall commands not executed for a long time.
This commit is contained in:
Daniel Siepmann 2023-04-26 09:22:39 +02:00
parent 362fde507d
commit aaf78e1df9
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -21,8 +21,8 @@
};
history = {
size = 10000;
save = 10000;
size = 100000;
save = 100000;
ignoreDups = true;
ignoreSpace = true;
extended = true;