home: zsh: do not share history accross shells

It's more annoying than helpful...
This commit is contained in:
Bruno BELANYI 2021-08-25 12:22:21 +02:00
parent 3fd487bbd2
commit 3919a87d9e

View file

@ -18,7 +18,7 @@ in
extended = false;
ignoreSpace = true;
ignoreDups = true;
share = true;
share = false;
path = "${config.xdg.dataHome}/zsh/zsh_history";
};