Export TERM so tput actually sees it
This commit is contained in:
parent
3941772603
commit
370aa403ae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue