11bfc57bdf
While at it, remove unnecessary executable bits (in git) and shebang from less.*sh.
9 lines
222 B
Tcsh
9 lines
222 B
Tcsh
# less initialization script (csh)
|
|
if ( -x /usr/bin/lesspipe.sh ) then
|
|
if ( $?LESSOPEN && { eval 'test ! -z "$LESSOPEN"' } ) then
|
|
:
|
|
else
|
|
setenv LESSOPEN "|/usr/bin/lesspipe.sh %s"
|
|
endif
|
|
endif
|