summaryrefslogtreecommitdiff
path: root/misc/lesspipe/files/pkg-message.in
blob: 7d31ac813eda26a1c8230e9b231d1831da159b47 (plain) (blame)
1
2
3
4
5
6
7
To use lesspipe.sh, type in the following commands

LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN     (sh, bash, ksh, zsh)

setenv LESSOPEN "|%%PREFIX%%/bin/lesspipe.sh %s"               (csh, tcsh)

or put these commands in your shell's startup file (e.g. .cshrc or .bashrc).