2 Комити 3edb6ff379 ... 416d8df93b

Аутор SHA1 Порука Датум
  raylu 416d8df93b macos tweaks пре 3 година
  raylu 3edb6ff379 macos tweaks пре 3 година
1 измењених фајлова са 8 додато и 1 уклоњено
  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