Don't hardcode homebrew prefix (#1295)

This commit is contained in:
Casey Rodarmor 2022-08-05 10:28:45 -07:00 committed by GitHub
parent 05e66b3ac2
commit c6809b3364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)