Dotfiles update 2025-12-22 00:52

This commit is contained in:
Aaron D. Lee
2025-12-22 00:52:32 -05:00
parent 6dc835ab8e
commit 62f76d3659

View File

@@ -55,7 +55,6 @@ print_header() {
echo -e "${_M_GREY}${hline}${_M_RESET}" 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}${_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 -e "${_M_GREY}${hline}${_M_RESET}"
echo ""
} }
# ============================================================================ # ============================================================================
@@ -166,7 +165,7 @@ show_status_short() {
else else
echo -e " ${GREEN}${NC} Dotfiles: in sync" echo -e " ${GREEN}${NC} Dotfiles: in sync"
fi fi
echo -e "" echo ""
} }
show_diff() { show_diff() {