From 47f0d2761894e0fe47e8afc31a816a89e3975d9b Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 9 Jun 2022 20:29:04 -0700 Subject: [PATCH] upd: remove alternative colors in favor of no color --- .config/shell/bin/upd | 3 --- 1 file changed, 3 deletions(-) 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