From 035c9a0566b1475be4fb78794e2c95d53bca2a97 Mon Sep 17 00:00:00 2001 From: Myzel394 Date: Sat, 7 Jun 2025 23:12:22 +0200 Subject: [PATCH] fix: Fix oh my zsh paths --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce15abe..d109220 100644 --- a/README.md +++ b/README.md @@ -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: