blob: 405aee9b8ba3c3c57744dc381fcbfd199627683d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
======================================================================
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
======================================================================
|