From 3c649923489e3ccab128b446588a7755eaee2039 Mon Sep 17 00:00:00 2001 From: Myzel394 Date: Sat, 7 Jun 2025 23:15:51 +0200 Subject: [PATCH] fix: Improve README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5343ffe..ee40078 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,15 @@ Please make sure you have the following dependencies installed: ### Oh My Zsh -1. Clone `zsh-copilot` into $ZSH_CUSTOM/plugins (by default ~/.config/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:-~/.config/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-copilot ``` 2. Add `zsh-copilot` to the plugins array in your `.zshrc` file: -```sh +```bash plugins=( # your other plugins... zsh-autosuggestions