Forum Moderators: bakedjake
when I 'ls' i get directories in dark blue. As I have the bg set to black this is difficult to see.
I can't find where I can change these settings? - Ideally I'd like no colors but directories to be listed with a trailing slash like 'dir/'.
Any pointers as to how to change these settings would be much appreciated...
Many thanks
Nick
alias ls='ls --color' or alias ls='ls --color=auto' or something similar. This command colors the directories. If you want no color but directories listed with a trailing slash, change the above line to
alias ls='ls -F'