From 0e34b054d988b33a90de7ac9f1b4db22fad5c318 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Fri, 19 Dec 2025 21:25:51 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/functions/motd.zsh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index af06826..8489d6b 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -12,6 +12,13 @@ # Only run in interactive shells [[ -o interactive ]] || return 0 +# +# ============================================================================ +# MOTD Width, adjust if needed. +# ============================================================================ + +_M_WIDTH=64 + # ============================================================================ # Colors (ANSI escape codes) # ============================================================================ @@ -58,8 +65,6 @@ _motd_disk() { # Box Drawing - Fixed Width # ============================================================================ -# Fixed box width -_M_WIDTH=64 _motd_line() { local char="$1"