From fcfb58da8f39de70aaea989eeb1e6772d8948738 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 24 Dec 2025 20:47:55 -0500 Subject: [PATCH] Dotfiles update 2025-12-24 20:47 --- zsh/functions/motd.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index 88fc375..066e126 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -168,7 +168,7 @@ show_motd() { if [ "$EUID" -ne 0 ];then echo "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_LIGHT_BLUE}${h_left}${DF_NC}${h_spaces}${DF_YELLOW}${h_center}${h_spaces}${DF_NC}${DF_BOLD}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" else - echo "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_LIGHT_RED}${h_left}${DF_NC}${h_spaces}${DF_YELLOW}${h_center}${h_spaces}${DF_NC}${DF_BOLD}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" + echo "${DF_GREY}│${DF_NC} ${DF_BOLD}${DF_RED}${h_left}${DF_NC}${h_spaces}${DF_YELLOW}${h_center}${h_spaces}${DF_NC}${DF_BOLD}${h_right}${DF_NC} ${DF_GREY}│${DF_NC}" fi # Separator echo "${DF_GREY}╘${hline}╛${DF_NC}"