home: zsh: enable history sharing

This commit is contained in:
Bruno BELANYI 2023-03-08 13:41:45 +00:00
parent 7dd221cc93
commit f1a7e9fd93
1 changed files with 1 additions and 1 deletions

View File

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