Browse Source

fix LESSOPEN

pull/1/head
10sr 10 years ago
parent
commit
6aaf12a814
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shrc

+ 1
- 1
shrc View File

@@ -129,7 +129,7 @@ fi
export LESS="-iRMX"

# Style for lesspipe is defined in esc.style
_src_hilite_lp_path="`which src-hilite-lesspipe.sh 2>/dev/null`"
_src_hilite_lp_path="`command -v 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"


Loading…
Cancel
Save