Use OMZ completions-dir.txt to improve installation
This commit is contained in:
parent
bffff37c3e
commit
9254218875
|
@ -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
|
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)
|
plugins=(… zsh-completions)
|
||||||
autoload -U compinit && compinit
|
|
||||||
|
|
||||||
### Manual installation
|
### Manual installation
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
src
|
Loading…
Reference in New Issue