summaryrefslogtreecommitdiff
path: root/dot/bashrc
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-10-04 02:42:27 +0200
committerAndrew Cady <d@jerkface.net>2015-10-04 02:42:27 +0200
commit4509f0bacc893518c6c3886c0fc527a2f8f30b02 (patch)
tree7e60204561ac3c212c9ec49e35945f327d332d48 /dot/bashrc
parent3581ed191f2d8b15caa0de0234ccfe544ad5d626 (diff)
add -r to $LESS
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