Dotfiles update 2025-12-22 00:51

This commit is contained in:
Aaron D. Lee
2025-12-22 00:51:56 -05:00
parent a608d7f46a
commit 6dc835ab8e

View File

@@ -36,6 +36,7 @@ print_header() {
local _M_BLUE=$'\033[38;5;39m' local _M_BLUE=$'\033[38;5;39m'
local _M_GREY=$'\033[38;5;242m' local _M_GREY=$'\033[38;5;242m'
local _M_MAGENTA='\033[0;35m' local _M_MAGENTA='\033[0;35m'
local _M_GREEN='\033[0;32m'
# Build horizontal line # Build horizontal line
local hline="" local hline=""