From owner-freebsd-hackers Tue Jul 11 5:24:46 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id D7E4D37B5CB for ; Tue, 11 Jul 2000 05:24:36 -0700 (PDT) (envelope-from laa@laa.zp.ua) Received: from localhost (laa@localhost) by mx1.ZSEA.zp.ua (8.9.3/8.9.3) with ESMTP id PAA02703 for ; Tue, 11 Jul 2000 15:20:53 +0300 (EEST) (envelope-from laa@laa.zp.ua) Date: Tue, 11 Jul 2000 15:20:46 +0300 (EEST) From: To: hackers@freebsd.org Subject: PATCH src/etc/root : more->less Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What about it for 4.0-ST? Index: src/etc/root/dot.cshrc =================================================================== RCS file: /f/pub/FreeBSD/FreeBSD-CVS/src/etc/root/dot.cshrc,v retrieving revision 1.25.2.1 diff -u -r1.25.2.1 dot.cshrc --- src/etc/root/dot.cshrc 2000/05/28 15:13:28 1.25.2.1 +++ src/etc/root/dot.cshrc 2000/07/11 12:17:31 @@ -7,9 +7,9 @@ alias h history 25 alias j jobs -l -alias la ls -a -alias lf ls -FA -alias ll ls -lA +alias la ls -aG +alias lf ls -FAG +alias ll ls -lAG # A righteous umask umask 22 @@ -17,7 +17,7 @@ set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin) setenv EDITOR vi -setenv PAGER more +setenv PAGER less setenv BLOCKSIZE K if ($?prompt) then Index: src/etc/root/dot.profile =================================================================== RCS file: /f/pub/FreeBSD/FreeBSD-CVS/src/etc/root/dot.profile,v retrieving revision 1.20 diff -u -r1.20 dot.profile --- src/etc/root/dot.profile 1999/08/27 23:24:09 1.20 +++ src/etc/root/dot.profile 2000/07/11 12:18:30 @@ -2,9 +2,6 @@ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin export PATH -HOME=/root -export HOME -TERM=${TERM:-cons25} -export TERM -PAGER=more -export PAGER +export HOME=/root +export TERM=${TERM:-cons25} +export PAGER=less Thanks. -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message