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?