home: zsh: make history ten times bigger

This commit is contained in:
Bruno BELANYI 2021-05-12 19:55:59 +02:00
parent 8de23feee7
commit b4d3b06fbf

View file

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