From 6fdea60cbf4db1c363d40086b78b96951df3b48b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 11 Jun 2022 23:33:44 +0200 Subject: [PATCH] autopushed --- chezmoi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi.md b/chezmoi.md index ddc4d4ac5..fd64c0b80 100644 --- a/chezmoi.md +++ b/chezmoi.md @@ -9,7 +9,7 @@ Example for my initial upload: ``` -sh -c '$(curl -fsLS chezmoi.io/get)' +sh -c "`curl -fsLS chezmoi.io/get`" ls -atr | egrep '^\.' chezmoi add ~/.bashrc chezmoi add ~/.vimrc