updated max_hist default to 10,000 and added an option to remove the cap by setting it to -1
This commit is contained in:
@@ -224,7 +224,7 @@ in
|
||||
};
|
||||
maxHistoryEntries = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
default = 1000;
|
||||
default = 10000;
|
||||
description = "The maximum number of entries to keep in the command history";
|
||||
};
|
||||
interactiveComments = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user