diff options
Diffstat (limited to 'dot/bashrc')
-rw-r--r-- | dot/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ memoize_retval() | |||
70 | 70 | ||
71 | if have less; then | 71 | if have less; then |
72 | export PAGER=less | 72 | export PAGER=less |
73 | export LESS=-XS | 73 | export LESS=-XSr |
74 | have lesspipe && eval "$(lesspipe)" | 74 | have lesspipe && eval "$(lesspipe)" |
75 | elif have w3m; then | 75 | elif have w3m; then |
76 | export PAGER=w3m | 76 | export PAGER=w3m |