Skip to content

[BUG] GREP_COLOR='1;37;41' is deprecated #296

Closed
@wuast94

Description

@wuast94

Describe the bug

when using grep i get grep: warning: GREP_COLOR='1;37;41' is deprecated; use GREP_COLORS='mt=1;37;41'
when replace GREP_COLOR with GREP_COLORS the issue is gone

alias grep='GREP_COLOR="1;37;41" LANG=C grep --color=auto'

To Reproduce

Use grep

Expected behavior

no error messag

Screenshots

Desktop (please complete the following information):

Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions