From 62f76d3659e5f65d20d6aa8023a78a697d9d9d7c Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 22 Dec 2025 00:52:32 -0500 Subject: [PATCH] Dotfiles update 2025-12-22 00:52 --- bin/dotfiles-sync.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/dotfiles-sync.sh b/bin/dotfiles-sync.sh index 4b74f6b..06dbaac 100755 --- a/bin/dotfiles-sync.sh +++ b/bin/dotfiles-sync.sh @@ -55,7 +55,6 @@ print_header() { echo -e "${_M_GREY}╒${hline}╕${_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 "" } # ============================================================================ @@ -166,7 +165,7 @@ show_status_short() { else echo -e " ${GREEN}✓${NC} Dotfiles: in sync" fi - echo -e "" + echo "" } show_diff() {