fix(zsh): Do not share history between instances
This commit is contained in:
parent
809201641b
commit
93853fe1ef
1 changed files with 1 additions and 1 deletions
2
zsh.nix
2
zsh.nix
|
@ -204,7 +204,7 @@
|
||||||
path = "${config.xdg.cacheHome}/zhistory";
|
path = "${config.xdg.cacheHome}/zhistory";
|
||||||
save = 10000;
|
save = 10000;
|
||||||
size = 10000;
|
size = 10000;
|
||||||
# share = true;
|
share = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue