home: zsh: make history ten times bigger

This commit is contained in:
Bruno BELANYI 2021-05-12 19:55:59 +02:00
parent 467cfaa066
commit 684dac5904

View file

@ -13,7 +13,7 @@ in
enableCompletion = true;
history = {
size = 50000;
size = 500000;
ignoreSpace = true;
ignoreDups = true;
share = true;