From d08e4f921f28cbb71367da332bd68c1c47dcdc81 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 26 Jun 2018 16:11:45 +0900 Subject: [PATCH] Fix LESS --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index 8979b0b..5da1265 100755 --- a/profile +++ b/profile @@ -38,7 +38,7 @@ export TERMCAP="${TERMCAP}:vb=" # export ENV=~/.shrc export PAGER="less" -export LESS="-iRM" +export LESS="-iMX" # Style for lesspipe is defined in esc.style _src_hilite_lp_path="`command -v src-hilite-lesspipe.sh 2>/dev/null`"