home: zsh: enable history sharing

This commit is contained in:
Bruno BELANYI 2023-03-08 13:41:45 +00:00
parent 7dd221cc93
commit f1a7e9fd93

View file

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