[EMAIL PROTECTED] 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)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

                <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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to