wsanders
(W Sanders)
1
Is there an official way to disable or alter Fedora colors so that output is always readable on a light background terminal?
Right now I just delete everything in /etc/profiles.d, but obviously all the files reappear if coreutils-common gets updates them.
glb
(Gregory Lee Bartholomew)
2
cp /etc/DIR_COLORS.lightbgcolor ~/.dir_colors
might help.
wsanders
(W Sanders)
3
That will fix DIR_COLORS but probably not grep, vim, etc.
I just set TERM=vt100 for now.
1 Like