This file is indexed.

/usr/share/doc/sysprofile/examples/etc/sysprofile.d/less.bash is in sysprofile 0.3.9.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
# See "man less" for details of further customization

#set -x

# assures the correct displaying of 8-bit 
# characters in the latin1 charset.  

export LESSCHARSET=latin1

# This option regulates the verbosity of "less".

export LESS=-MM

# enables browsing of .deb, .rpm,. tar.gz, etc. with less only

eval `/usr/bin/lesspipe`