adding source-highlight plugin

This commit is contained in:
Locojay 2011-06-14 22:02:17 -04:00
commit e30d3abf94
3 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,4 @@
if [ -f `/usr/local/bin/src-hilite-lesspipe.sh`]; then
export LESSOPEN="| /usr/local/bin/src-hilite-lesspipe.sh %s"
export LESS=' -R '
fi