home: zsh: use extended history

I have `inc_append_history_time` set, so I should use extended
history...
This commit is contained in:
Bruno BELANYI 2023-03-08 13:40:55 +00:00
parent 4786552e8c
commit ff66361f65

View file

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