Fixed some weirdness in the logic for scrolling through command history

This commit is contained in:
2026-02-19 20:12:51 -05:00
parent 18e36622a0
commit b668dab522
4 changed files with 73 additions and 84 deletions

View File

@@ -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 {