From edfacb177ea77be2ff915927c5dcff06c8a48d2f Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Sun, 26 May 2024 12:30:39 +0200 Subject: use curl from homebrew if available --- zsh/.zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshenv b/zsh/.zshenv index 69d90d1..cb4d0fa 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -103,6 +103,7 @@ path=( ~'/bin'(-/N:A) ${^path}(-/N:A) ) [[ $OSTYPE == darwin* ]] && path=( ~'/bin'(-/N:A) # throw in ~/bin again here, to make sure it's first in your $path '/opt/homebrew/opt/coreutils/libexec/gnubin'(-/N:A) # give us coreutils in $path on macOS + '/opt/homebrew/opt/curl/bin'(-/N:A) # use curl from homebrew, if available '/opt/homebrew/bin'(-/N:A) '/opt/homebrew/sbin'(-/N:A) $path ) -- cgit v1.2.3