From 263c5d0f352970993e8006049459a4e8d852b6ff Mon Sep 17 00:00:00 2001 From: marsevilspirit Date: Tue, 22 Oct 2024 21:03:49 +0800 Subject: [PATCH] fix : fish cannot execute this command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 800ca990..cfd777b8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
Linux and Mac ```sh -git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +bash -c 'git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}/nvim"' ```