fix: Fix oh my zsh paths

This commit is contained in:
Myzel394 2025-06-07 23:12:22 +02:00
parent 75e47a9beb
commit 035c9a0566
Signed by: Myzel394
GPG Key ID: 79E65B4AA44EBBF0

View File

@ -17,10 +17,10 @@ Please make sure you have the following dependencies installed:
### Oh My Zsh
1. Clone `zsh-copilot` into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
1. Clone `zsh-copilot` into $ZSH_CUSTOM/plugins (by default ~/.config/oh-my-zsh/custom/plugins)
```sh
git clone https://git.myzel394.app/Myzel394/zsh-copilot ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://git.myzel394.app/Myzel394/zsh-copilot ${ZSH_CUSTOM:-~/.config/oh-my-zsh/custom}/plugins/zsh-autosuggestions
```
2. Add `zsh-copilot` to the plugins array in your `.zshrc` file: