diff options
author | Tyler Davis <tyler@gluecode.net> | 2023-08-26 21:47:15 -0700 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2023-08-26 21:50:53 -0700 |
commit | c38bd61ecfe3105b70e6a69567dd687e1e856ad3 (patch) | |
tree | 6d8bd1c19cbe056a0437ef4629661ee4f5bdd29d /.profile | |
parent | e8f7d3998ec69314eb9c89a129d997c46339496a (diff) | |
download | dotfiles-c38bd61ecfe3105b70e6a69567dd687e1e856ad3.tar.gz dotfiles-c38bd61ecfe3105b70e6a69567dd687e1e856ad3.zip |
sh: add macports
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |