diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd index 9df22fe..4f999f8 100755 --- a/.config/shell/bin/upd +++ b/.config/shell/bin/upd @@ -12,6 +12,9 @@ fi if command -v tput > /dev/null; then GREEN="$(tput setaf 2)" NC="$(tput sgr0)" +elif [ -n "$TERMUX_VERSION"] + GREEN="" + NC="(B" fi # `git pull` everything mentioned in the REPOS_TO_UPDATE variable