From 5b0b8d05ceb49bb4ee541225ff5ba838588d0973 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 22 Dec 2025 00:46:22 -0500 Subject: [PATCH] Dotfiles update 2025-12-22 00:46 --- 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 33fbc86..cbd1137 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}${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_MAGENTA}${h_center}${h_spaces}${_M_RESET}${_M_BOLD}${h_right}${_M_RESET} ${_M_GREY}│${_M_RESET}" echo -e "${_M_GREY}╘${hline}╛${_M_RESET}" echo "" }