zsh: Globally set histsize to 100000

Otherwise this occasionally deletes my user’s history if the user config
is not fully loaded yet.
This commit is contained in:
Simon Bruder 2022-04-28 09:32:03 +02:00
parent 76787d43a0
commit 606b203205
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -71,6 +71,7 @@
# do not glob # (conflicts with nix flakes)
disable -p '#'
'';
histSize = 100000;
};
users.defaultUserShell = pkgs.zsh;
environment.etc."zshrc.local".source = "${pkgs.grml-zsh-config}/etc/zsh/zshrc";