mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Remove unneeded export
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
5bb1556246
commit
a04b4890a9
@ -47,7 +47,7 @@ This must be done before `compinit` is called. Note that if you are using Oh My
|
||||
|
||||
```diff
|
||||
eval $(/opt/homebrew/bin/brew shellenv)
|
||||
+ export FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||
+ FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||
```
|
||||
|
||||
You may also need to forcibly rebuild `zcompdump`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user