mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
10 lines
291 B
Text
10 lines
291 B
Text
======================================================================
|
|
For the output colors work properly you need to use LESS as your
|
|
default pager instead of MORE.
|
|
|
|
zsh:
|
|
$ export PAGER=less
|
|
|
|
csh:
|
|
$ setenv PAGER less
|
|
======================================================================
|