Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
69cd79a960
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ fi
|
|||
if command -v tput > /dev/null; then
|
||||
GREEN="$(tput setaf 2)"
|
||||
NC="$(tput sgr0)"
|
||||
elif [ -n "$TERMUX_VERSION"]
|
||||
GREEN="[32m"
|
||||
NC="(B[m"
|
||||
fi
|
||||
|
||||
# `git pull` everything mentioned in the REPOS_TO_UPDATE variable
|
||||
|
|
Loading…
Add table
Reference in a new issue