mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Use OMZ completions-dir.txt to improve installation
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user