From e7cadae140c21bc66563f55562b255489dd2ac5c Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 22 Apr 2024 20:09:13 -0500 Subject: fix(wezterm): change default linux shell to zsh --- dot_config/wezterm/chezmoi.lua.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/wezterm/chezmoi.lua.tmpl') diff --git a/dot_config/wezterm/chezmoi.lua.tmpl b/dot_config/wezterm/chezmoi.lua.tmpl index 67f6f82..e30841d 100644 --- a/dot_config/wezterm/chezmoi.lua.tmpl +++ b/dot_config/wezterm/chezmoi.lua.tmpl @@ -10,7 +10,7 @@ local M = {} {{ if eq .chezmoi.os "windows" -}} M.shell = "pwsh" {{ else }} -M.shell = "bash" +M.shell = "zsh" {{ end -}} return M -- cgit v1.2.3