summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-05-10 12:44:49 -0500
committerChristian Cleberg <[email protected]>2026-05-10 12:44:49 -0500
commit4b40ad3ecaaa59a29c965dc46a242f01bbbe9e3a (patch)
tree1f4c1de00799e14da7485196352fb13b23d1e754
parent3239614d3b4c0857be9ed96be0147548725539a2 (diff)
downloaddotfiles-4b40ad3ecaaa59a29c965dc46a242f01bbbe9e3a.tar.gz
dotfiles-4b40ad3ecaaa59a29c965dc46a242f01bbbe9e3a.tar.bz2
dotfiles-4b40ad3ecaaa59a29c965dc46a242f01bbbe9e3a.zip
fix: add motd for macos
-rw-r--r--common/zsh/.zprofile2
1 files changed, 2 insertions, 0 deletions
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"