upd: remove alternative colors in favor of no color
This commit is contained in:
parent
0b6e908525
commit
47f0d27618
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ 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)"
|
||||||
else
|
|
||||||
GREEN="\033[32m"
|
|
||||||
NC="\033[39m"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# `git pull` everything mentioned in the REPOS_TO_UPDATE variable
|
# `git pull` everything mentioned in the REPOS_TO_UPDATE variable
|
||||||
|
|
Loading…
Add table
Reference in a new issue