From ada934e72dd41a9d6acca6b4e7b06ca0c9510ce4 Mon Sep 17 00:00:00 2001 From: Badstagram Date: Mon, 15 Dec 2025 15:26:21 +0000 Subject: [PATCH] fix(vscode): eq not ne --- .chezmoitemplates/keybindings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/keybindings.json b/.chezmoitemplates/keybindings.json index f71c5a5..833eeb2 100644 --- a/.chezmoitemplates/keybindings.json +++ b/.chezmoitemplates/keybindings.json @@ -1,5 +1,5 @@ // Place your key bindings in this file to override the defaults -{{ if ne .chezmoi.os "darwin"}} +{{ if eq .chezmoi.os "darwin"}} [ { "key": "cmd+d",