From 796380dcb002a802d60edc52858d7d709b2c810a Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 21 Dec 2018 12:46:23 +0900 Subject: [PATCH] Add -R to LESS --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index 501bb95..61e82a1 100755 --- a/profile +++ b/profile @@ -38,7 +38,7 @@ export TERMCAP="${TERMCAP}:vb=" # export ENV=~/.shrc export PAGER="less" -export LESS="-iMX" +export LESS="-iMRX" # Style for lesspipe is defined in esc.style _src_hilite_lp_path="`command -v src-hilite-lesspipe.sh 2>/dev/null`"