feat: increase random nix memory settinsg for CAR
This commit is contained in:
parent
17a751faa6
commit
a40cef4998
3 changed files with 30 additions and 24 deletions
|
|
@ -209,13 +209,13 @@ in
|
|||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
dotDir = ".config/zsh";
|
||||
completionInit = "";
|
||||
|
||||
history = {
|
||||
path = "${config.xdg.stateHome}/zsh_history";
|
||||
size = 2000;
|
||||
save = 2000;
|
||||
size = 50000;
|
||||
save = 50000;
|
||||
ignoreDups = true;
|
||||
ignoreAllDups = true;
|
||||
ignoreSpace = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue