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