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