Export TERM so tput actually sees it

This commit is contained in:
Gunter Labes 2023-06-01 15:48:00 +02:00 committed by GitHub
parent 3941772603
commit 370aa403ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
shopt -s globstar nullglob
TERM=${TERM-xterm} # hopefully a good approximation of what github supports
export TERM=${TERM-xterm} # hopefully a good approximation of what github supports
reset=$(tput sgr0)
red=$(tput setaf 1)
green=$(tput setaf 2)