aboutsummaryrefslogtreecommitdiffstats
path: root/share/skel/dot.cshrc
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-11-03 14:46:15 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-11-03 14:46:15 +0000
commit382dc3ca38440af4ac57593d80214b36c1d867ac (patch)
treecba67142f5330777dd288e7fc111ae787f5d292b /share/skel/dot.cshrc
parent4ed0ebf6493d4c48a45bc3fe52a62b8371e47aef (diff)
Revert the change that makes less default.
Since I've committed this I've receieved roughly an equal amount of email thanking me for making this change and asking me to revert it. I've resisted making this change because new users tend to prefer less over more and these users are the least likely to know how to change the PAGER on their own. Requested by: many Objected to: just as many Decision made by: core Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'share/skel/dot.cshrc')
-rw-r--r--share/skel/dot.cshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index b6658259cdd6..8f75be4579de 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -18,7 +18,7 @@ umask 22
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
setenv EDITOR vi
-setenv PAGER less
+setenv PAGER more
setenv BLOCKSIZE K
if ($?prompt) then