zsh: Globally set histsize to 100000

Otherwise this occasionally deletes my user’s history if the user config
is not fully loaded yet.
pull/64/head
Simon Bruder 2022-04-28 09:32:03 +02:00
parent 76787d43a0
commit 606b203205
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

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";