feat: Add CSIRO profile info

This commit is contained in:
2026-03-24 12:44:11 +11:00
parent 918b6c5f42
commit 8cf6ccbe99

4
.zshrc
View File

@@ -1,5 +1,9 @@
# ~/.zshrc optimized for performance # ~/.zshrc optimized for performance
# CSIRO Specific
if [[ -f /etc/profile.d/csiro.sh ]]; then
source /etc/profile.d/csiro.sh
fi
### 🚀 Performance Tweaks ### 🚀 Performance Tweaks
# Avoid compaudit delays unless root # Avoid compaudit delays unless root