From 8c745a5f40e620eb3288524fcceaa1b5c6ded323 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Wed, 24 Dec 2025 21:04:11 -0500 Subject: [PATCH] Dotfiles update 2025-12-24 21:04 --- zsh/functions/motd.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index 066e126..d24b156 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -197,7 +197,7 @@ show_motd() { [[ -n "$alerts" ]] && echo " $alerts" - echo "" + #echo "" } # ============================================================================ @@ -268,7 +268,7 @@ show_motd_full() { fi echo "${DF_GREY}╘${hline}╛${DF_NC}" - echo "" + #echo "" } # ============================================================================