sharkdp / lscolors

A Rust library and tool to colorize paths using LS_COLORS
Apache License 2.0
265 stars 18 forks source link

Fix lc/cl entries in LS_COLORS_DEFAULT #60

Closed sharkdp closed 1 year ago

sharkdp commented 1 year ago

Courtesy of clippy. \033 in a Rust string is a NUL character followed by 33.

This did not have any impact on lscolors since we don't use and don't parse lc/cl entries.