Auto-sync from catchthesethighs

This commit is contained in:
adlee-was-taken
2025-12-19 21:25:51 -05:00
parent f74932429b
commit 0e34b054d9

View File

@@ -12,6 +12,13 @@
# Only run in interactive shells # Only run in interactive shells
[[ -o interactive ]] || return 0 [[ -o interactive ]] || return 0
#
# ============================================================================
# MOTD Width, adjust if needed.
# ============================================================================
_M_WIDTH=64
# ============================================================================ # ============================================================================
# Colors (ANSI escape codes) # Colors (ANSI escape codes)
# ============================================================================ # ============================================================================
@@ -58,8 +65,6 @@ _motd_disk() {
# Box Drawing - Fixed Width # Box Drawing - Fixed Width
# ============================================================================ # ============================================================================
# Fixed box width
_M_WIDTH=64
_motd_line() { _motd_line() {
local char="$1" local char="$1"