prepend > prefix

This commit is contained in:
Andy Richardson 2023-02-26 19:21:30 +00:00 committed by GitHub
parent 3709b62397
commit 8307a5fe58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"
```