mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 15:18:23 +02:00
Closes #12980. More context there, but basically `explore` was getting file metadata for every row every time the record view was rendered. The quick fix for now is to do the `LS_COLORS` colouring with a `&str` instead of a path and file metadata.