home: zsh: explicitly opt out of extended history

This commit is contained in:
Bruno BELANYI 2021-06-23 23:13:39 +02:00
parent 92c2748747
commit 5cebb9b54b

View file

@ -14,6 +14,7 @@ in
history = {
size = 500000;
extended = false;
ignoreSpace = true;
ignoreDups = true;
share = true;