You might have faced this but having blue letters on black backrgound, is one of the worst combination, and it is the default for putty (for directories) and vim (for the comments) !
So the solution is here:
add this line in your profile to make ls look much better:
LS_COLORS='di=0;36' ; export LS_COLORS
create a .vimrc
and just add this:
:colorscheme desert
You are done!
So the solution is here:
add this line in your profile to make ls look much better:
LS_COLORS='di=0;36' ; export LS_COLORS
create a .vimrc
and just add this:
:colorscheme desert
You are done!