Closed ianthomas23 closed 1 month ago
When outputting commands that are colored, such as grep, to file, no color should be used. This is achieved here by not setting the TERM environment variable for the command.
grep
TERM
Behaviour before this PR:
and after:
When outputting commands that are colored, such as
grep
, to file, no color should be used. This is achieved here by not setting theTERM
environment variable for the command.Behaviour before this PR:
and after: