Use OMZ completions-dir.txt to improve installation

This commit is contained in:
Felipe Santos 2022-01-05 20:09:14 -03:00
parent bffff37c3e
commit 9254218875
2 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,9 @@ Add `antigen bundle zsh-users/zsh-completions` to your `~/.zshrc`.
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
* Enable it in your `.zshrc` by adding it to your plugin list and reloading the completion:
* Enable it in your `.zshrc` by adding it to your plugin list:
plugins=(… zsh-completions)
autoload -U compinit && compinit
### Manual installation

1
completions-dir.txt Normal file
View File

@ -0,0 +1 @@
src