From a5ce034bb65a7eb8d8e4d83c5f44fcfb89d48513 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Thu, 25 Dec 2025 13:02:07 -0500 Subject: [PATCH] Dotfiles update 2025-12-25 13:02 --- 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 8d08bce..72ed7f9 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -87,7 +87,7 @@ _motd_updates() { echo "${UPDATE_PKG_COUNT:-0}"; } _motd_line() { local char="$1" - local width="${DF_WIDTH:-66}" + local width="${DF_WIDTH}" local line="" for ((i=0; i