Date: Wed, 12 Jul 2000 20:54:12 +0900 From: "Daniel C. Sobral" <dcs@newsguy.com> To: laa@laa.zp.ua Cc: hackers@FreeBSD.ORG Subject: Re: PATCH src/etc/root : more->less Message-ID: <396C5C64.84EDA6D8@newsguy.com> References: <Pine.BSF.4.10.10007111519010.2632-100000@Eagle.ZGIA.zp.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jkh> _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." <EE> jkh: does it really include the 'good luck' part? <jkh> EE: OK, I made that part up. <jkh> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?396C5C64.84EDA6D8>