From d25dac18970d3ba81d8a6cc7b9a739dd54ddcf05 Mon Sep 17 00:00:00 2001 From: Kenji Morishige Date: Tue, 24 Feb 2026 10:00:10 -0600 Subject: [PATCH] added taas machines as work type machines --- .bashrc.d/30_work.sh | 2 +- scripts/setup_enterprise_ai_bash.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc.d/30_work.sh b/.bashrc.d/30_work.sh index 538585f..04f5023 100644 --- a/.bashrc.d/30_work.sh +++ b/.bashrc.d/30_work.sh @@ -14,7 +14,7 @@ _is_work_host() { [[ "${MACHINE_PROFILE:-}" == "work" ]] && return 0 # Fallback hostname pattern for work servers where .bashrc.local may not exist case "$(hostname -s)" in - kenjim-mbp*|etqc-*|etbg-*|engtech-dev-*) return 0 ;; + kenjim-mbp*|etqc-*|etbg-*|engtech-dev-*|qnc-kenjim-toby-shell*|qtaas*|bng-kenjim-toby-shell*|btaas*) return 0 ;; *) return 1 ;; esac } diff --git a/scripts/setup_enterprise_ai_bash.sh b/scripts/setup_enterprise_ai_bash.sh index 6607d9f..a10c7b2 100755 --- a/scripts/setup_enterprise_ai_bash.sh +++ b/scripts/setup_enterprise_ai_bash.sh @@ -192,7 +192,7 @@ echo "✅ .bashrc.local written for profile: $MACHINE_PROFILE" if [[ "$MACHINE_PROFILE" == "work" ]]; then _is_nfs_home=false case "$(hostname -s)" in - etqc-*|etbg-*|engtech-dev-*) + etqc-*|etbg-*|engtech-dev-*|qnc-kenjim-toby-shell*|qtaas*|bng-kenjim-toby-shell*|btaas*) if df -P "$HOME" 2>/dev/null | tail -1 | grep -qE ':|nfs'; then _is_nfs_home=true elif mount | grep -q "on ${HOME%%/} .*type nfs"; then