On 09/24/2016 07:52 AM, Rich Shepard wrote:
>    In /etc/DIR_COLORS directories should be displayed in yellow (DIR 01;33).
> However, on my laptop they're displayed in blue (color 34). No file type in
> DIR_COLORS is specified as 34 so I have no idea why directories are
> displayed in blue rather than yellow.
> 
>    There's nothing in ~/.bashrc or ~/.bash_profile with a file display color 
> of
> 34.
> 
>    Thoughts on where to look are needed.
> 
> TIA,

If the LS_COLORS variable doesn't quite match /etc/DIR_COLORS, look for
a '.dir_colors' file in the $HOME directory.  This will override the one
in /etc.  That's the only place I can think of where user specific
colors are set.  Also, it' standard practice NOT to edit /etc/DIR_COLORS
but to

cat /etc/DIR_COLORS > $HOME/.dir_colors

and edit that one, lest updates break your color scheme.

Have Fun!
-Ed

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to