less/less.csh

5 lines
122 B
Tcsh
Raw Normal View History

2007-02-07 12:55:35 +00:00
# less initialization script (csh)
if ( -x /usr/bin/lesspipe.sh ) then
setenv LESSOPEN "|/usr/bin/lesspipe.sh %s"
endif