Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-06-22 01:40:24 -07:00
commit 69cd79a960

View file

@ -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