1
0

2 Commits 3edb6ff379 ... 416d8df93b

Autor SHA1 Mensagem Data
  raylu 416d8df93b macos tweaks 3 anos atrás
  raylu 3edb6ff379 macos tweaks 3 anos atrás
1 arquivos alterados com 8 adições e 1 exclusões
  1. 8 1
      zshrc

+ 8 - 1
zshrc

@@ -121,7 +121,14 @@ if [ -d /opt/homebrew/sbin ]; then
 	PATH=/opt/homebrew/sbin:$PATH
 fi
 if [ -d /opt/homebrew/bin ]; then
-	PATH=/opt/homebrew/bin:$PATH
+	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
+	if [ -d /opt/homebrew/opt/libpq/bin ]; then
+		PATH=/opt/homebrew/opt/libpq/bin:$PATH
+	fi
 fi
 
 if [ -d $HOME/.cargo/bin ]; then