Fixed some weirdness in the logic for scrolling through command history
This commit is contained in:
@@ -55,7 +55,7 @@ in
|
||||
};
|
||||
autoHistory = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = "Whether to automatically add commands to the history as they are executed";
|
||||
};
|
||||
bellStyle = lib.mkOption {
|
||||
|
||||
Reference in New Issue
Block a user