fix(zsh): Do not share history between instances

This commit is contained in:
Jiří Štefka 2024-12-10 04:18:06 +01:00
parent 809201641b
commit 93853fe1ef
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -204,7 +204,7 @@
path = "${config.xdg.cacheHome}/zhistory";
save = 10000;
size = 10000;
# share = true;
share = false;
};
};
};