I have had most of my Unix experience with the good, ol' Kshell under AIX. I find the colors that the ls command uses under Linux (or is it just under bash?) to be at best illegible (pale green on a pale blue background, for instance) and at worst repugnant. I have looked at various ways to get back to old-fashioned black letters and found I should set LS_COLORS to "never". (Where did I find that?) But then I get
ls: unparsable value for LS_COLORS environment variable
every time I run the ls command, altho the colors are what I want (none). I do not want to fritz around with a bloody long file, I just want a one-line command I can put in .bashrc to get my black colors back again. The dircolors command is no help that I can see.
Help, please.
ls: unparsable value for LS_COLORS environment variable
every time I run the ls command, altho the colors are what I want (none). I do not want to fritz around with a bloody long file, I just want a one-line command I can put in .bashrc to get my black colors back again. The dircolors command is no help that I can see.
Help, please.
Comment