From 25e9f936577bb0cf3f847dc03ab2806cbdaca7bf Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Tue, 23 Jan 2024 08:59:08 -0800 Subject: Add Xcode --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index cec587e..23185cf 100644 --- a/.bashrc +++ b/.bashrc @@ -339,6 +339,10 @@ if [[ -d /Applications/Postgres.app ]]; then export DYLD_FALLBACK_LIBRARY_PATH fi +if [[ -d /Applications/Xcode.app ]]; then + add_to_path_var PATH "/Applications/Xcode.app/Contents/Developer/usr/bin" 1 +fi + export PATH CFLAGS LDFLAGS unset _OPATH -- cgit v1.2.3