tom-doerr / zsh_codex

This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line.
MIT License
1.42k stars 72 forks source link

Fix the git clone command for the plugin #11

Closed RafaelMoreira1180778 closed 2 years ago

RafaelMoreira1180778 commented 2 years ago

The git clone command may throw errors like:

$ git clone https://github.com/tom-doerr/zsh_codex.git ~/.oh-my-zsh/custom/plugins/
fatal: destination path '/home/$USER/.oh-my-zsh/custom/plugins' already exists and is not an empty directory.

Adding the full path helps to mitigate this problem.

tom-doerr commented 2 years ago

Thank you!