I am trying to set the directory colors in alpine to be white.
I tried to create ~/.profile with LS_COLORS=$LS_COLORS:'di=1;44:' ; export LS_COLORS
in it. But it had no effect.
I see many examples out there for doing this in BASH. But Alpine uses SH.
How can I change the color of directories in Alpine?
ls
in Alpine respectsLS_COLORS
? Can you set that manually in the shell after you log in and see the expected color change? – Andy Dalton Jan 09 '20 at 20:53