From cb91251d13e156076fc16d90965defb40c413516 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sat, 20 Dec 2025 22:30:30 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/aliases.zsh | 2 +- zsh/functions/motd.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 1aa13ac..e4a0877 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -74,7 +74,7 @@ alias v.zshrc='${EDITOR:-vim} ~/.zshrc' alias v.conf='${EDITOR:-vim} ~/.dotfiles/dotfiles.conf' alias v.edit='cd ~/.dotfiles && ${EDITOR:-vim} .' alias v.alias='${EDITOR:-vim} ~/.dotfiles/zsh/aliases.zsh' -alias v.motd='${EDITOR:-vim} ~/.dotfiles/zsh/motd.zsh' +alias v.motd='${EDITOR:-vim} ~/.dotfiles/zsh/functions/motd.zsh' # --- Reload Aliases --- alias reload='source ~/.zshrc' diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index 0f6662c..ceb94b9 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -127,7 +127,7 @@ show_motd() { local s2="${_M_CYAN}◆ load:${_M_RESET}${load}" local s3="${_M_GREEN}◇ mem:${_M_RESET}${mem}" local s4="${_M_BLUE}⊡${_M_RESET} ${disk}" - echo "${_M_GREY}${_M_DIM} ❲${_M_RESET}${s1}${_M_GREY}${_M_DIM}❳ ❲${s2}${_M_GREY}${_M_DIM}❳ ❲${s3}${_M_GREY}${_M_DIM}❳ ❲${s4}${_M_GREY}${_M_DIM}❳ ${_M_RESET}" + echo "${_M_GREY}${_M_DIM} ❲❲$${_M_RESET}${s1}${_M_GREY}${_M_DIM}❳❳ ❲❲$${s2}${_M_GREY}${_M_DIM}❳❳ ❲❲$${s3}${_M_GREY}${_M_DIM}❳ ❲❲$${s4}${_M_GREY}${_M_DIM}❳❳ ${_M_RESET}" ## Bottom border