Hi,
Trying to introduce some color, while customising some of it. I have the following in
This adds some color, but
I can print the bold color explicitly, and it is also the color I use in the prompt, but for
This is on FreeBSD 13.3, tcsh 6.22.04, xterm-256color.
Trying to introduce some color, while customising some of it. I have the following in
.cshrc
:
Code:
setenv CLICOLOR
setenv LSCOLORS 'Ex'
set listflags = A
set color = ls-F
This adds some color, but
LSCOLORS
doesn't seem to work as expected. I am seeing some strange behaviour, and I'm not sure what's going on or whether I've missed something.I can print the bold color explicitly, and it is also the color I use in the prompt, but for
LSCOLORS
the bold "flag" is effectively ignored, using the normal blue. I am able to use entirely different colors, so the variable works to some extent. ls-F
also seems to honor LS_COLORS
(with the underline), while ls
does not.This is on FreeBSD 13.3, tcsh 6.22.04, xterm-256color.