2 커밋 4a13438ebf ... 341516f8b5

작성자 SHA1 메시지 날짜
  raylu 341516f8b5 macos tweaks 3 년 전
  raylu 4a13438ebf macos tweaks 3 년 전
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      zshrc

+ 2 - 1
zshrc

@@ -126,7 +126,8 @@ if [ -d /opt/homebrew/bin ]; then
 	fi
 	if [ -d /opt/homebrew/opt/uutils-coreutils/libexec/uubin ]; then
 		PATH=/opt/homebrew/opt/uutils-coreutils/libexec/uubin:$PATH
-	elif [ -d /opt/homebrew/opt/libpq/bin ]; then
+	fi
+	if [ -d /opt/homebrew/opt/libpq/bin ]; then
 		PATH=/opt/homebrew/opt/libpq/bin:$PATH
 	fi
 fi