From 68f1a67e66c3c9edf908161c24184f5fb21454c0 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 9 Jul 2024 10:42:15 +1000 Subject: [PATCH] Add MacPorts bins to path if present --- dot-config/zsh/login/path.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot-config/zsh/login/path.zsh b/dot-config/zsh/login/path.zsh index 75809d8..a4d082a 100644 --- a/dot-config/zsh/login/path.zsh +++ b/dot-config/zsh/login/path.zsh @@ -5,6 +5,8 @@ if (( $+commands[brew] )); then /usr/local/sbin ~/Library/Python/*/bin(N) /usr/local/share/google-cloud-sdk/bin + /opt/local/bin + /opt/local/sbin $path ) fi