1
0
Fork 0
mirror of synced 2024-06-01 06:41:11 -04:00

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

View file

@ -94,7 +94,7 @@ The solution is to find your brew prefix
/opt/homebrew/bin /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" set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin"
``` ```