lsd-rs / lsd

The next gen ls command
Apache License 2.0
12.85k stars 420 forks source link

DIrectories ending with extention are prepended with language icons instead of direcotory icon #965

Open atamakahere-git opened 7 months ago

atamakahere-git commented 7 months ago

image

 rustproject.rs is a directory, even though it is color coded but icon seems like it is a file just like  rust.rs, shouldn't it look like the folder  rustproject I would expect  rustproject.rs here?

Is this intended behavior or a bug?

using lsd v1.0.0 from archlinux packages

zwpaper commented 7 months ago

it is recognized by the .rs extension to be a rs file, this could be an enhancement to fix

/kind enhancement