summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2023-08-26 21:47:15 -0700
committerTyler Davis <tyler@gluecode.net>2023-08-26 21:50:53 -0700
commitc38bd61ecfe3105b70e6a69567dd687e1e856ad3 (patch)
tree6d8bd1c19cbe056a0437ef4629661ee4f5bdd29d /.profile
parente8f7d3998ec69314eb9c89a129d997c46339496a (diff)
downloaddotfiles-c38bd61ecfe3105b70e6a69567dd687e1e856ad3.tar.gz
dotfiles-c38bd61ecfe3105b70e6a69567dd687e1e856ad3.zip
sh: add macports
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile
index b3b7150..232f3cc 100644
--- a/.profile
+++ b/.profile
@@ -78,6 +78,10 @@ if [ "$(uname -s)" = "Darwin" ]; then
export BASH_SILENCE_DEPRECATION_WARNING=1
fi
+ if [ -f '/opt/local' ]; then
+ export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
+ fi
+
# Brew (OSX) specifics
if [ -f '/opt/homebrew/bin/brew' ]; then
export HOMEBREW_PREFIX="/opt/homebrew"