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:
parent
76787d43a0
commit
606b203205
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue