Skip to content

Commit

Permalink
Merge pull request #3 from johnkegd/main
Browse files Browse the repository at this point in the history
Troubleshooting fatal destination path doc
  • Loading branch information
tom-doerr authored Sep 27, 2021
2 parents 544a240 + 456d375 commit 2a26bd6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 2a26bd6

Please sign in to comment.