forked from extern/nushell
break the definition of LS_COLORS onto multiple lines (#10538)
related to - https://github.com/nushell/nushell/pull/10532 # Description i was reviewing https://github.com/nushell/nushell/pull/10532 and thought > wait a minute, this line is huge and it's basically impossible to review properly... i had to grab the diff and throw some Nushell magic at it to see that it was valid 😱 in this PR, i just split the loooooong string on the `:`, put that in a list, join with `.join(":")` and borrow that to get a `str` 👌 # User-Facing Changes # Tests + Formatting # After Submitting
This commit is contained in:
parent
16453b6986
commit
cc4f8bbd82
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user