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