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 1d4c177c64
commit 959ea9346a
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 {