home: zsh: do not share history accross shells
It's more annoying than helpful...
This commit is contained in:
parent
fcc3089e77
commit
3d7420210a
|
@ -18,7 +18,7 @@ in
|
||||||
extended = false;
|
extended = false;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
share = true;
|
share = false;
|
||||||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue