From 3cecc0998dd7cfe72ae947fb465795c94218f487 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 26 Feb 2023 17:27:48 +0100 Subject: [PATCH] install: make git user name green --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 80e13cf..18fcb14 100755 --- a/install.sh +++ b/install.sh @@ -44,7 +44,7 @@ greeting() { info "Deploying dotfiles:" info " Source: $cyan$DOTFILES$rst" info " Target: $cyan$TARGET$rst" - info " Git user: $yellow$GIT_USER <$GIT_EMAIL>$rst" + info " Git user: $green$GIT_USER <$GIT_EMAIL>$rst" if [ -t 0 -a -t 1 ]; then info