From c880cbc8f65f328b3b5f8b1e63043ed6e7665ae4 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Fri, 19 Dec 2025 20:45:35 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/functions/motd.zsh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index edfa4e6..1f96601 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -122,14 +122,10 @@ show_motd() { local s2="${_M_CYAN}◆ load:${_M_RESET}${load}" local s3="${_M_GREEN}◇ mem:${_M_RESET}${mem}" local s4="${_M_BLUE}⊡${_M_RESET} ${disk}" - local stats_content="${s1} ${s2} ${s3} ${s4}" - local stats_pad=$((inner - ${#stats_content} - 1)) - local stats_spaces="" - for ((i=0; i