home: zsh: explicitly opt out of extended history
This commit is contained in:
parent
92c2748747
commit
5cebb9b54b
|
@ -14,6 +14,7 @@ in
|
|||
|
||||
history = {
|
||||
size = 500000;
|
||||
extended = false;
|
||||
ignoreSpace = true;
|
||||
ignoreDups = true;
|
||||
share = true;
|
||||
|
|
Loading…
Reference in a new issue