From 925421887516c787b1315f22c8328240f0469d25 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 5 Jan 2022 20:09:14 -0300 Subject: [PATCH] Use OMZ completions-dir.txt to improve installation --- README.md | 3 +-- completions-dir.txt | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 completions-dir.txt diff --git a/README.md b/README.md index aab6a30..7d7762a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/completions-dir.txt b/completions-dir.txt new file mode 100644 index 0000000..e831038 --- /dev/null +++ b/completions-dir.txt @@ -0,0 +1 @@ +src \ No newline at end of file