diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd index 0ccb6c0..9df22fe 100755 --- a/.config/shell/bin/upd +++ b/.config/shell/bin/upd @@ -12,9 +12,6 @@ fi if command -v tput > /dev/null; then GREEN="$(tput setaf 2)" NC="$(tput sgr0)" -else - GREEN="\033[32m" - NC="\033[39m" fi # `git pull` everything mentioned in the REPOS_TO_UPDATE variable