mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-05-28 04:14:12 +00:00
turn off colors if NO_COLOR is "true" or TERM is not "xterm*" or STDERR is not connected to a terminal, but ignore TERM and STDERR if NO_COLOR is set to "false" explicitly. Fixes #69