From debf6b5b1515f57e5da16b180071dd1148727fa8 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 6 Nov 2011 18:08:38 -0600 Subject: [PATCH] .bashrc: Fix $PAGER/$MANPAGER less options --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index fee04fc..26a0576 100644 --- a/.bashrc +++ b/.bashrc @@ -117,8 +117,8 @@ export EDITOR # PAGER if test -n "$(command -v less)" ; then - PAGER="less -FirSwX" - MANPAGER="less -FiRswX" + PAGER="less -Fir" + MANPAGER="less -FiRs" else PAGER=more MANPAGER="$PAGER" -- 2.43.0