summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index cec587e..23185cf 100644
--- a/.bashrc
+++ b/.bashrc
@@ -339,6 +339,10 @@ if [[ -d /Applications/Postgres.app ]]; then
339 export DYLD_FALLBACK_LIBRARY_PATH 339 export DYLD_FALLBACK_LIBRARY_PATH
340fi 340fi
341 341
342if [[ -d /Applications/Xcode.app ]]; then
343 add_to_path_var PATH "/Applications/Xcode.app/Contents/Developer/usr/bin" 1
344fi
345
342export PATH CFLAGS LDFLAGS 346export PATH CFLAGS LDFLAGS
343unset _OPATH 347unset _OPATH
344 348