4 Комити 89ec4f76a1 ... a68bb3878c

Аутор SHA1 Порука Датум
  raylu a68bb3878c valdera specifics пре 4 месеци
  raylu 416d8df93b macos tweaks пре 3 година
  raylu 89ec4f76a1 valdera specifics пре 4 месеци
  raylu 3edb6ff379 macos tweaks пре 3 година
1 измењених фајлова са 6 додато и 1 уклоњено
  1. 6 1
      zshrc

+ 6 - 1
zshrc

@@ -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