trapd00r / LS_COLORS

A collection of LS_COLORS definitions; needs your contribution!
Other
2.11k stars 260 forks source link

Idempotent build #190

Closed rpdelaney closed 2 years ago

rpdelaney commented 2 years ago

Sorts LS_COLORS before generating the shell scripts in the build process.

Now changing the ordering of the definitions of the LS_COLORS file will not change the output. Thus, it's easier to know if a reorganization of LS_COLORS made unintended changes to the results.

This supports planned reorganization of the file that's in progress on another branch.