From 9b6a14976a19d8deee19445a7e5eeec7790408ba Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 9 Jul 2023 18:18:36 -0400 Subject: [PATCH] fixed page scrolling to the bottom --- modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell.nix b/modules/shell.nix index 123a214..e9c63bc 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -20,7 +20,7 @@ variables = { EDITOR = "nvim"; VISUAL = "nvim"; - PAGER = "page -WfC -q 90000 -z 90000"; + PAGER = "page -WC -q 90000 -z 90000"; SYSTEMD_PAGERSECURE = "true"; MANPAGER = "page -t man"; };