upd: oops
This commit is contained in:
parent
c715fef437
commit
4c9ab664f4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fi
|
||||||
if command -v tput > /dev/null; then
|
if command -v tput > /dev/null; then
|
||||||
GREEN="$(tput setaf 2)"
|
GREEN="$(tput setaf 2)"
|
||||||
NC="$(tput sgr0)"
|
NC="$(tput sgr0)"
|
||||||
elif [ -n "$TERMUX_VERSION"]
|
elif [ -n "$TERMUX_VERSION" ]; then
|
||||||
GREEN="[32m"
|
GREEN="[32m"
|
||||||
NC="(B[m"
|
NC="(B[m"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue