From 4fe289702cb8caced92dea94714d83c79098ba20 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 24 Dec 2025 18:47:54 -0500 Subject: [PATCH] Dotfiles update 2025-12-24 18:47 --- bin/dotfiles-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dotfiles-sync.sh b/bin/dotfiles-sync.sh index 7f398db..9d07043 100755 --- a/bin/dotfiles-sync.sh +++ b/bin/dotfiles-sync.sh @@ -54,7 +54,7 @@ print_header() { echo "" echo -e "${DF_GREY}╒${hline}╕${DF_NC}" - echo -e "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_BLUE}${h_left}${DF_NC}${h_spaces}${DF_LIGHT_GREEN}${h_center}${h_spaces}${DF_NC}${DF_BOLD}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" + echo -e "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_LIGHT_BLUE}${h_left}${DF_NC}${h_spaces}${DF_LIGHT_GREEN}${h_center}${h_spaces}${DF_NC}${DF_BOLD}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" echo -e "${DF_GREY}╘${hline}╛${DF_NC}" }