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 }}