Remove unneeded export

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
David Bailey 2021-01-20 15:24:51 +00:00 committed by GitHub
parent 5bb1556246
commit a04b4890a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`: