summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/zsh
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-11-13 19:56:10 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-11-13 20:05:59 +0000
commitef0e2d18a86a28c8012b792d19de091d4189b105 (patch)
treec65dbe3ccfe1b9976a7c4cba1de26b251a8c33ef /dotfiles-darwin/zsh
parente3f8eeebd657a9a4c5c46f5fb1885dede07bb335 (diff)
darwin/zsh: Prefer all Homebrew GNU utilities
Diffstat (limited to 'dotfiles-darwin/zsh')
-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 8d8234f..8edc3bb 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,make}/libexec/gnubin
+ /usr/local/opt/*/libexec/gnubin(N)
~/Applications/Emacs.app/Contents/MacOS/bin
); do
[[ -d ${dir} ]] && path=(${dir} ${path})