first windows configuration

This commit is contained in:
Gal Szkolnik 2025-04-26 00:35:40 -04:00
parent 386f3d77d4
commit a5684ded6c
5 changed files with 21 additions and 11 deletions

View file

@ -11,7 +11,7 @@ if wezterm.config_builder then
config = wezterm.config_builder()
end
{{- if eq .chezmoi.os "Windows" }}
{{- if eq .chezmoi.os "windows" }}
config.default_prog = { 'pwsh' }
{{- end }}