From e3f8eeebd657a9a4c5c46f5fb1885dede07bb335 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 13 Nov 2021 16:23:18 +0000 Subject: darwin/zsh: Use Homebrew GNU Make if available --- dotfiles-darwin/zsh/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles-darwin/zsh') diff --git a/dotfiles-darwin/zsh/profile b/dotfiles-darwin/zsh/profile index e5e4c79..8d8234f 100644 --- a/dotfiles-darwin/zsh/profile +++ b/dotfiles-darwin/zsh/profile @@ -3,7 +3,7 @@ () { local dir for dir ( - /usr/local/opt/{coreutils,gnu-tar,grep}/libexec/gnubin + /usr/local/opt/{coreutils,gnu-tar,grep,make}/libexec/gnubin ~/Applications/Emacs.app/Contents/MacOS/bin ); do [[ -d ${dir} ]] && path=(${dir} ${path}) -- cgit v1.2.3-70-g09d2