summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-04-22 20:09:13 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commite7cadae140c21bc66563f55562b255489dd2ac5c (patch)
treee8548c2060eac346a7a3a31e21cee191aa8838ab
parentab93e146bbcc5c00ec3059253e643623d684cd73 (diff)
fix(wezterm): change default linux shell to zsh
-rw-r--r--dot_config/wezterm/chezmoi.lua.tmpl2
1 files changed, 1 insertions, 1 deletions
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