From 7d8ed1acee174220ed3da288f49adae6f8bf2c4c Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 30 Jun 2022 21:41:17 +0200 Subject: [PATCH] env: use curl and coreutils from /usr/local/opt if available This is where Homebrew installs these alternatives to the system version of these tools and I would like to have them override the defaults. --- config/shell/path.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/shell/path.sh b/config/shell/path.sh index 2f82bc8..c522a2a 100644 --- a/config/shell/path.sh +++ b/config/shell/path.sh @@ -19,8 +19,10 @@ while read -r dir; do esac done <