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:
parent
4db032e5ce
commit
43ef2d2bf1
2 changed files with 7 additions and 6 deletions
|
@ -20,6 +20,7 @@ in
|
|||
history = {
|
||||
ignoreAllDups = true;
|
||||
ignoreSpace = true;
|
||||
size = 5000;
|
||||
};
|
||||
|
||||
# Common plugins.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue