prepend > prefix
This commit is contained in:
parent
3709b62397
commit
8307a5fe58
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue