From 1e6b7e38c2065372be1e03d9637f87b7e75228d7 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 14 Jun 2012 00:11:06 +0900 Subject: [PATCH] add -F option to LESS --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a286ab8..f4707b8 100755 --- a/bashrc +++ b/bashrc @@ -34,7 +34,7 @@ then else export PAGER="less" fi -export LESS="-iRMX" +export LESS="-iRMXF" if null type vim then