Dotfiles update 2025-12-25 13:02

This commit is contained in:
Aaron D. Lee
2025-12-25 13:02:07 -05:00
parent 9c67c52e95
commit a5ce034bb6

View File

@@ -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<width; i++)); do line+="$char"; done
echo "$line"