From a608d7f46a9f216c368bf451f5f2f0697497724f Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 22 Dec 2025 00:51:15 -0500 Subject: [PATCH] Dotfiles update 2025-12-22 00:51 --- 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 598f90a..a801a06 100755 --- a/bin/dotfiles-sync.sh +++ b/bin/dotfiles-sync.sh @@ -52,7 +52,7 @@ print_header() { echo "" echo -e "${_M_GREY}╒${hline}╕${_M_RESET}" - echo -e "${_M_GREY}│${_M_RESET} ${_M_BOLD}${_M_BLUE}${h_left}${_M_RESET}${h_spaces}${_M_MAGENTA}${h_center}${h_spaces}${_M_RESET}${_M_BOLD}${h_right}${_M_RESET} ${_M_GREY}│${_M_RESET}" + echo -e "${_M_GREY}│${_M_RESET} ${_M_BOLD}${_M_BLUE}${h_left}${_M_RESET}${h_spaces}${_M_GREEN}${h_center}${h_spaces}${_M_RESET}${_M_BOLD}${h_right}${_M_RESET} ${_M_GREY}│${_M_RESET}" echo -e "${_M_GREY}╘${hline}╛${_M_RESET}" echo "" }