From 1fea792ec003aaaae008507b1c5d07bd9c212fbe Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Mon, 23 Dec 2024 16:29:02 +0100 Subject: [PATCH] doc: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6939824..05cd1c0 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ ```sh git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions git clone https://code.waks.be/nishiki/zsh-config.git ~/.zsh/nishiki -echo 'source "~/.zsh/nishiki/plugin.zsh" > ~/.zshrc' +echo 'source ~/.zsh/nishiki/plugin.zsh > ~/.zshrc ```