Dotfiles update 2025-12-22 00:44

This commit is contained in:
Aaron D. Lee
2025-12-22 00:44:14 -05:00
parent a8d9204b04
commit 90d25febac

View File

@@ -51,7 +51,7 @@ print_header() {
echo "" echo ""
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_DIM}${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}${h_right}${_M_RESET} ${_M_GREY}${_M_RESET}"
echo -e "${_M_GREY}${hline}${_M_RESET}" echo -e "${_M_GREY}${hline}${_M_RESET}"
echo "" echo ""
} }