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"