Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Commit 257d312

Browse files
committed
Check for NO_COLOR http://no-color.org/
1 parent 203e2e9 commit 257d312

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/txtnish

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ mail_password=""
5959
# timestamps defaults
6060
last_timeline=0
6161

62+
if [ -n "${NO_COLOR+1}" ];then
63+
use_color=0
64+
fi
65+
6266
######################
6367
## Runtime variables #
6468
######################

0 commit comments

Comments
 (0)