diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2018-08-08 19:24:20 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2018-08-08 19:24:20 +0000 |
| commit | 47cc9ee1b1d48870786a926ed9592cecdf9b1896 (patch) | |
| tree | 27aef37cefcfaeb89b1771d1be17888e89b0b15e /share/skel/dot.cshrc | |
| parent | 6a318e696e241e5dae67d8abc3dca39bc53bb784 (diff) | |
Switch the default pager for most commands to less
Finally, a pager for the nineties.
MFC after: Never
Relnotes: Yes
Differential Revision: https://reviews.freebsd.org/D13465
Poll: https://reviews.freebsd.org/V7
Diffstat (limited to 'share/skel/dot.cshrc')
| -rw-r--r-- | share/skel/dot.cshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc index 2f92be2c94b0..47093f7b49ca 100644 --- a/share/skel/dot.cshrc +++ b/share/skel/dot.cshrc @@ -20,7 +20,7 @@ alias ll ls -lAF # umask 22 setenv EDITOR vi -setenv PAGER more +setenv PAGER less if ($?prompt) then # An interactive shell -- set some stuff up |
