From 456d3755fe6ebb4279bf8fd64e82d94aca9ba7fc Mon Sep 17 00:00:00 2001 From: John Garcia <40524549+johnkegd@users.noreply.github.com> Date: Tue, 28 Sep 2021 00:46:21 +0200 Subject: [PATCH] Troubleshooting fatal destination path doc --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c70faa0..c6fa213 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,11 @@ zle -N create_completion ``` before you call `bindkey` but after loading the plugin (`plugins=(zsh_codex)`). +### already exists and is not an empty directory +``` +fatal: destination path '~.oh-my-zsh/custom/plugins' +``` +Try to download the ZSH plugin again. +``` +git clone https://github.com/tom-doerr/zsh_codex.git ~/.oh-my-zsh/custom/plugins/zsh_codex +```