From ed6e96d4ba558f5040940c152b528a6e58aa5b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Arias=20Segu=C3=AD?= <876579+xaviarias@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:07:09 +0100 Subject: [PATCH] Install as an Oh My ZSH custom plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The official repo states that custom plugins should be under $ZSH_CUSTOM/plugins. Signed-off-by: Xavier Arias SeguĂ­ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef2818..d70bf24 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ echo $fpath | grep "/usr/local/share/zsh/site-functions" Download and place the plugin and completion script into your oh-my-zsh plugins directory. ``` -git clone https://github.com/gradle/gradle-completion ~/.oh-my-zsh/plugins/gradle-completion +git clone https://github.com/gradle/gradle-completion ~/.oh-my-zsh/custom/plugins/gradle-completion ``` Add `gradle-completion` to the plugins array in your '.zshrc' file.