-- vim:ft=lua -- -- chezmoi.lua -- -- Contains Chezmoi-templated tweaks to Wezterm. -- {{/* This file supports Go's text/template language. */}} local M = {} {{ if eq .chezmoi.os "windows" -}} M.shell = "pwsh" {{ else }} M.shell = "zsh" {{ end -}} return M