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