Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore NO_COLOR if set to empty string #370

Merged
merged 1 commit into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. Ignore NO_COLOR if set to empty string

    Environment variables can have no value at all or they can have the
    empty string as a value. We used to disable color if `$NO_COLOR` were
    set at all, regardless of its value, but as of
    jcs/no_color@99f90e2
    we should ignore empty strings (and this makes more sense).
    
    Result: `NO_COLOR= xh` now allows colors.
    blyxxyz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    759a339 View commit details
    Browse the repository at this point in the history