From 4b40ad3ecaaa59a29c965dc46a242f01bbbe9e3a Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 10 May 2026 12:44:49 -0500 Subject: fix: add motd for macos --- common/zsh/.zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/zsh/.zprofile b/common/zsh/.zprofile index 67eda70..991ce5c 100644 --- a/common/zsh/.zprofile +++ b/common/zsh/.zprofile @@ -5,6 +5,8 @@ if [[ "$(uname)" == "Darwin" ]]; then # macOS (Apple Silicon) BREW_PATH="/opt/homebrew/bin/brew" + # Display Message of the Day (MOTD) + ./motd.sh elif [[ "$(uname)" == "Linux" ]]; then # Linux (Linuxbrew) BREW_PATH="/home/linuxbrew/.linuxbrew/bin/brew" -- cgit v1.2.3