summaryrefslogtreecommitdiff
path: root/dotfiles-darwin
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-11-13 16:23:18 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-11-13 16:23:18 +0000
commite3f8eeebd657a9a4c5c46f5fb1885dede07bb335 (patch)
tree7cd19b9b769687ab5ac072dbc5818b88659f03c4 /dotfiles-darwin
parent91659aa3715243eb3788b635b8e2c9df4b0713e1 (diff)
darwin/zsh: Use Homebrew GNU Make if available
Diffstat (limited to 'dotfiles-darwin')
-rw-r--r--dotfiles-darwin/zsh/profile2
1 files changed, 1 insertions, 1 deletions
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})