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
|
||||
~/Library/Python/*/bin(N)
|
||||
/usr/local/share/google-cloud-sdk/bin
|
||||
/opt/local/bin
|
||||
/opt/local/sbin
|
||||
$path
|
||||
)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue