From f1cb62d2a5d5c40d3bd19beeee543c4f4ccf4310 Mon Sep 17 00:00:00 2001 From: Badstagram Date: Mon, 15 Dec 2025 15:25:32 +0000 Subject: [PATCH] fix(vscode): add forgotten eq --- .chezmoitemplates/keybindings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoitemplates/keybindings.json b/.chezmoitemplates/keybindings.json index e89826f..f71c5a5 100644 --- a/.chezmoitemplates/keybindings.json +++ b/.chezmoitemplates/keybindings.json @@ -22,7 +22,7 @@ } ] {{ end }} -{{ if .chezmoi.os "linux" }} +{{ if eq .chezmoi.os "linux" }} [ { "key": "ctrl+d", @@ -44,4 +44,4 @@ "command": "workbench.action.terminal.new" } ] -{{ end }} \ No newline at end of file +{{ end }}