From 834275131195993c4c2135af456c45565a055b39 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Wed, 25 Jul 2012 20:58:16 -0500 Subject: [PATCH] .bashrc: Remove extraneous args from PAGER --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 94c98ff..f318db9 100644 --- a/.bashrc +++ b/.bashrc @@ -129,8 +129,8 @@ export EDITOR # PAGER if test -n "$(command -v less)" ; then - PAGER="less -Fir" - MANPAGER="less -FiRs" + PAGER="less" + MANPAGER="less" else PAGER=more MANPAGER="$PAGER" -- 2.43.0