11bfc57bdf
While at it, remove unnecessary executable bits (in git) and shebang from less.*sh.
5 lines
143 B
Bash
5 lines
143 B
Bash
# less initialization script (sh)
|
|
if [ -z "$LESSOPEN" ] && [ -x /usr/bin/lesspipe.sh ]; then
|
|
export LESSOPEN="|/usr/bin/lesspipe.sh %s"
|
|
fi
|