From c6809b33640649126a7205dfb75ae130c7a1ae47 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 5 Aug 2022 10:28:45 -0700 Subject: [PATCH] Don't hardcode homebrew prefix (#1295) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd556b..d360e24 100644 --- a/README.md +++ b/README.md @@ -2164,7 +2164,7 @@ $ just --completions zsh > just.zsh ```zsh # Init Homebrew, which adds environment variables -eval "$(/opt/homebrew/bin/brew shellenv)" +eval "$(brew shellenv)" fpath=($HOMEBREW_PREFIX/share/zsh/site-functions $fpath)