mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
zsh keep more history
This commit is contained in:
@@ -104,6 +104,13 @@ inputs:
|
||||
# };
|
||||
# }
|
||||
];
|
||||
history =
|
||||
{
|
||||
extended = true;
|
||||
save = 100000000;
|
||||
size = 100000000;
|
||||
share = true;
|
||||
};
|
||||
};
|
||||
programs.direnv = { enable = true; nix-direnv.enable = true; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user