mnurzia / even-better-ls

LS + Icons + Formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certain directories don't show up as directories?

edridgedsouza opened this issue · comments

Interestingly, some of my directories don't properly show up with the directory icon. Running ls -l you can see that the directory "Books and Textbooks" appears as if it is a regular file, even though it has the prefix "d". What could be causing this?

image

I found this issue as well while using it in a virtualbox guest shared folder. I think it is due to the inodes not reporting the correct types, which is an underlying problem with the OS. However, I'll take a look at my code.