zsh: Preserve 5000 lines of history

This used to be far longer - I don't know when it changed :( augh
This commit is contained in:
Spotlight 2024-03-31 15:43:29 -05:00
parent 4db032e5ce
commit 43ef2d2bf1
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 7 additions and 6 deletions

View file

@ -20,6 +20,7 @@ in
history = {
ignoreAllDups = true;
ignoreSpace = true;
size = 5000;
};
# Common plugins.