Dotfiles update 2025-12-22 00:51

This commit is contained in:
Aaron D. Lee
2025-12-22 00:51:15 -05:00
parent 76a65c87da
commit a608d7f46a

View File

@@ -52,7 +52,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_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 -e "${_M_GREY}${hline}${_M_RESET}"
echo "" echo ""
} }