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