even-better-ls
even-better-ls copied to clipboard
Certain directories don't show up as directories?
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?
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.