mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
13 lines
325 B
Text
13 lines
325 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|