From a99b211b3bec43ebe3cdfa1899cba227d1d569a4 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 11 Apr 2024 23:20:57 -0500 Subject: Initial commit --- dot_config/wezterm/chezmoi.lua.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dot_config/wezterm/chezmoi.lua.tmpl (limited to 'dot_config/wezterm/chezmoi.lua.tmpl') diff --git a/dot_config/wezterm/chezmoi.lua.tmpl b/dot_config/wezterm/chezmoi.lua.tmpl new file mode 100644 index 0000000..a2fc09e --- /dev/null +++ b/dot_config/wezterm/chezmoi.lua.tmpl @@ -0,0 +1,14 @@ +-- 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 = "bash" +{{ end -}} + +return M -- cgit v1.2.3