Add MacPorts bins to path if present
This commit is contained in:
parent
d23f8118f7
commit
68f1a67e66
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ if (( $+commands[brew] )); then
|
||||||
/usr/local/sbin
|
/usr/local/sbin
|
||||||
~/Library/Python/*/bin(N)
|
~/Library/Python/*/bin(N)
|
||||||
/usr/local/share/google-cloud-sdk/bin
|
/usr/local/share/google-cloud-sdk/bin
|
||||||
|
/opt/local/bin
|
||||||
|
/opt/local/sbin
|
||||||
$path
|
$path
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue