mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-18 05:02:58 +02:00
With a folder structure (a folder `z` with a file `a`), if we do `lsd -a` it used to be: . a .. instead of . .. a This was caused to the the parent meta having full path and us using z/.. to sort .. entry. This should now be fixed with manually changing the name to a .. .