Inconsistent color output from `ls` command
It looks as if your prompt-string ($PS1
) is setting the bold attribute on characters to make the colors nicer, and not unsetting it. The output from ls
doesn't know about this, and does unset bold. So after the first color output of ls
, everything looks dimmer.