Merge pull request #14055 from Undre4m/docs/zsh-completions-reword
Fix Oh-My-Zsh suggested completions configuration
This commit is contained in:
commit
9d4588cf7d
@ -46,7 +46,7 @@ then
|
|||||||
fi
|
fi
|
||||||
```
|
```
|
||||||
|
|
||||||
This must be done before `compinit` is called. Note that if you are using Oh My Zsh, it will call `compinit` for you, so this must be done before you call `oh-my-zsh.sh`. This may be done by appending the following line to your `~/.zprofile` after Homebrew's initialization, instead of modifying your `~/.zshrc` as above:
|
This must be done before `compinit` is called. Note that if you are using Oh My Zsh, it will call `compinit` for you when you source `oh-my-zsh.sh`. In this case, instead of the above, add the following line to your `~/.zshrc`, before you source `oh-my-zsh.sh`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user