prepend > prefix

This commit is contained in:
Andy Richardson
2023-02-26 19:21:30 +00:00
committed by GitHub
parent 3709b62397
commit 8307a5fe58

View File

@@ -94,7 +94,7 @@ The solution is to find your brew prefix
/opt/homebrew/bin
```
And prefix it to the `PATH` environment variable
And prepend it to the `PATH` environment variable
```
set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin"
```