Add MacPorts bins to path if present

This commit is contained in:
Danielle McLean 2024-07-09 10:42:15 +10:00
parent d23f8118f7
commit 68f1a67e66
Signed by: 00dani
GPG key ID: 6854781A0488421C

View file

@ -5,6 +5,8 @@ if (( $+commands[brew] )); then
/usr/local/sbin
~/Library/Python/*/bin(N)
/usr/local/share/google-cloud-sdk/bin
/opt/local/bin
/opt/local/sbin
$path
)
fi