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