After enabling CLICOLOR=1 in .bashrc, how do I specify colours for terminal operations. The only one I have seen is LSCOLORS=<some string specifying the color scheme> e.g. GxFxCxDxBxegedabagaced. Which other terminal operations can I set color schemes for?
After enabling CLICOLOR=1 in .bashrc , how do I specify colours for terminal operations.
Share
some commands support colors some don’t, grep will highlight matches with the
--coloroption, to configure seeGREP_COLORS, i.e. use an ANSI color def. to indicate you want something other than red 🙂note the
--coloroption must be set to something, see man grep