summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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"