less/less.sh
2015-08-22 00:45:30 +02:00

5 lines
141 B
Bash
Executable File

# less initialization script (sh)
if [ -x /usr/bin/lesspipe.sh ] && [ -z $LESSOPEN ]; then
export LESSOPEN="|/usr/bin/lesspipe.sh %s"
fi