From d38b9b8f51bfe2791390ce19b23012a7649e8f4d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 2 Nov 2013 22:17:08 +0900 Subject: [PATCH] fix src_hilite_lp path --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 14c6091..b29c25c 100755 --- a/bashrc +++ b/bashrc @@ -95,8 +95,8 @@ else fi export LESS="-iRMX" -# _src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`" # Style for lesspipe is defined in esc.style +_src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`" 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"