Don't hardcode homebrew prefix (#1295)
This commit is contained in:
parent
05e66b3ac2
commit
c6809b3364
@ -2164,7 +2164,7 @@ $ just --completions zsh > just.zsh
|
|||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
# Init Homebrew, which adds environment variables
|
# Init Homebrew, which adds environment variables
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(brew shellenv)"
|
||||||
|
|
||||||
fpath=($HOMEBREW_PREFIX/share/zsh/site-functions $fpath)
|
fpath=($HOMEBREW_PREFIX/share/zsh/site-functions $fpath)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user