From 4dd1054e041949bb899ab2f4a12f10106c2c86d2 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Thu, 2 Aug 2012 23:17:19 -0500 Subject: [PATCH] .bashrc: export LESS="-FiR" --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index f318db9..37aa797 100644 --- a/.bashrc +++ b/.bashrc @@ -131,6 +131,8 @@ export EDITOR if test -n "$(command -v less)" ; then PAGER="less" MANPAGER="less" + LESS="-FiR" + export LESS else PAGER=more MANPAGER="$PAGER" -- 2.43.0