From 15a65f4fdbdb62cdbff8aa29aaa61b89c15a6c71 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 27 Jul 2023 11:53:22 -0400 Subject: [PATCH] Force green for header --- configs/zsh/info.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/zsh/info.sh b/configs/zsh/info.sh index 2a9c182..e4dcff5 100644 --- a/configs/zsh/info.sh +++ b/configs/zsh/info.sh @@ -1,5 +1,5 @@ -echo "$fg[$HOST_COLOR]Platform:$reset_color $(uname -o) $(uname -r)" -echo "$fg[$HOST_COLOR]Uptime:$reset_color $(uptime -p)" +echo "$fg[green]Platform:$reset_color $(uname -o) $(uname -r)" +echo "$fg[green]Uptime:$reset_color $(uptime -p)" # Determine if $EWCONFIG_ROOT contains uncommitted changes if [ -d $EWCONFIG_ROOT/.git ]; then