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