Hello,

I use in my user .profile

~/.profile
TERM=wsvt25
export PATH HOME TERM
export ENV=$HOME/.kshrc
export CLICOLOR=true
export LSCOLORS=ExGxcxdxCxegedabagacad

and in the .kshrc

~/.kshrc
alias ls=/usr/local/bin/colorls

For me it´s ok on the console and on X.

For me it's a gimmick. Actually always try 
to stick to base with everything.

Hope it´s on topic.
Wish you all the best,
Heinz
 
 

Gesendet: Dienstag, 26. März 2024 um 18:50 Uhr
Von: "Chris Bennett" <cpb_m...@bennettconstruction.us>
An: "Karel Lucas" <cahlu...@planet.nl>, misc@openbsd.org
Betreff: Re: No coloring with colorls
On Mon, Mar 25, 2024 at 11:40:52PM +0100, Karel Lucas wrote:
> Hi all,
>
> LSCOLORS=exfxcxdxbxegedabagacad
>

I just use TERM=xterm
If you use a black background (or some other dark colors), you will want
to change LSCOLORS to not use a dark blue. I find that color combo
unreadable. I just use alias ls='colorls -Gla'. You can either have other
aliases or just type colorls with the same arguments as ls to get other
options.

--
Regards,
Chris Bennett

"Who controls the past controls the future.
Who controls the present controls the past."
George Orwell - 1984
 

Reply via email to