blob: f56e371d8564e032d189b3a5de4c61725dbbd736 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[
{ type: install
message: <<EOM
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).
EOM
}
]
|