From 8cf6ccbe99e25d6413094ac2aabcb27fe3ade96f Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Tue, 24 Mar 2026 12:44:11 +1100 Subject: [PATCH] feat: Add CSIRO profile info --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index cafe734..e3dfb9e 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,9 @@ # ~/.zshrc optimized for performance +# CSIRO Specific +if [[ -f /etc/profile.d/csiro.sh ]]; then + source /etc/profile.d/csiro.sh +fi ### 🚀 Performance Tweaks # Avoid compaudit delays unless root