|
|
@@ -121,10 +121,15 @@ if [ -d /opt/homebrew/sbin ]; then
|
|
|
PATH=/opt/homebrew/sbin:$PATH
|
|
|
fi
|
|
|
if [ -d /opt/homebrew/bin ]; then
|
|
|
+ if [ ! -f /etc/paths.d/homebrew ]; then
|
|
|
+ PATH=/opt/homebrew/bin:$PATH
|
|
|
+ fi
|
|
|
+ if [ -d /opt/homebrew/opt/uutils-coreutils/libexec/uubin ]; then
|
|
|
+ PATH=/opt/homebrew/opt/uutils-coreutils/libexec/uubin:$PATH
|
|
|
+ fi
|
|
|
if [ -d /opt/homebrew/opt/libpq/bin ]; then
|
|
|
PATH=/opt/homebrew/opt/libpq/bin:$PATH
|
|
|
fi
|
|
|
- PATH=/opt/homebrew/bin:$PATH
|
|
|
fi
|
|
|
|
|
|
if [ -d $HOME/.cargo/bin ]; then
|