Merge pull request #7065 from kreig303/docs-zshrc-7059-compinit
docs(Shell-Completion.md): modified conditional for .zshrc to include…
This commit is contained in:
commit
3317b00520
@ -32,6 +32,9 @@ To make Homebrew's completions available in `zsh`, you must get the Homebrew-man
|
||||
```sh
|
||||
if type brew &>/dev/null; then
|
||||
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
fi
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user