I want to change the colour of the directories when displayed by ls in a bash script. I tried generating the values for LS_COLORS and exported the env but it doesn't have any effect. Also, there is no DIR_COLORS file under /etc
I compiled dircolors so I got the right colour string, but it doesn't appear to be working. What else do I need?