ls directories blue is too dark
If you ever thought that directories blue at ls --color
are too dark
this may help you.
Add this to your .bashrc
export LS_COLORS=$LS_COLORS:'di=1;94:'
And source ~/.bashrc
. This will make the ls command use the bold light blue
instead of the ordinary blue. My eyes thank!
For a reference of possible colors check this link.
Cheers,