From f5f89ccdeb300809bb8f3aac65b8e0b94aa32b9d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 2 Nov 2013 22:07:21 +0900 Subject: [PATCH] add comment --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 2b2fc3d..14c6091 100755 --- a/bashrc +++ b/bashrc @@ -96,6 +96,7 @@ fi export LESS="-iRMX" # _src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`" +# Style for lesspipe is defined in esc.style for f in /usr/share/source-highlight/src-hilite-lesspipe.sh do test -z "$_src_hilite_lp_path" && test -e "$f" && _src_hilite_lp_path="$f"