Remove ugly bash (shell) directory highlight colors

Tired of green over blue colors in default Ubuntu shell for directories ?

Just type this from your shell console to update your bash profile :

echo -e "\nLS_COLORS=\$LS_COLORS:'ow=1;33' ; export LS_COLORS\n" >> ~/.bashrc

Enjoy:)