mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
*: use less(1) as the default pager
Inspired by: DragonFlyBSD Conflicts: share/skel/dot.cshrc
This commit is contained in:
parent
0b6f68f634
commit
92c473ea73
4 changed files with 4 additions and 4 deletions
|
|
@ -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 more
|
||||
setenv PAGER less
|
||||
setenv BLOCKSIZE K
|
||||
|
||||
if ($?prompt) then
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ HOME=/root
|
|||
export HOME
|
||||
TERM=${TERM:-xterm}
|
||||
export TERM
|
||||
PAGER=more
|
||||
PAGER=less
|
||||
export PAGER
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
# TERM=xterm; export TERM
|
||||
|
||||
EDITOR=vi; export EDITOR
|
||||
PAGER=more; export PAGER
|
||||
PAGER=less; export PAGER
|
||||
|
||||
# set ENV to a file invoked each time sh is started for interactive use.
|
||||
ENV=$HOME/.shrc; export ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue