summaryrefslogtreecommitdiff
path: root/dot/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot/bashrc')
-rw-r--r--dot/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/bashrc b/dot/bashrc
index ec08c5c..7178176 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -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