From owner-freebsd-hackers Wed Jul 12 5: 2: 4 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 0F3DC37BABE for ; Wed, 12 Jul 2000 05:02:01 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p03-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.132]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id VAA11246; Wed, 12 Jul 2000 21:00:52 +0900 (JST) Message-ID: <396C5C64.84EDA6D8@newsguy.com> Date: Wed, 12 Jul 2000 20:54:12 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: laa@laa.zp.ua Cc: hackers@FreeBSD.ORG Subject: Re: PATCH src/etc/root : more->less References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG laa@laa.zp.ua wrote: > > What about it for 4.0-ST? > > 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 No. If you want colors, alias ls ls -G. And, in particular, we do not impose colors by default. > -setenv PAGER more > +setenv PAGER less Why would we do that? Unix pager is more(1). That is true in all Unix in existance. > -HOME=/root > -export HOME > -TERM=${TERM:-cons25} > -export TERM > -PAGER=more > -export PAGER > +export HOME=/root > +export TERM=${TERM:-cons25} > +export PAGER=less That's not garanteed to work. Not all shells support export used in this way. So, again, no. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org _DES: The Book of Bruce has only one sentence in it, and it says "the actual directives of my cult are left as an exercise for the reader. Good luck." jkh: does it really include the 'good luck' part? EE: OK, I made that part up. EE: I figured it should sound a bit more cheery than how Bruce initially dictated it to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message