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