I just realized that broken symlinks are not shown in red under my Manjaro install. To test : cd /tmp/ ln -s testlink ls -l In Debian and Redhat, no problem : the LS_COLORS var is properly initialized. I added "eval $(dircolors -b)" in my .bashrc to fix it. It would be nice to have it included by default. What do you think ?