diff options
Diffstat (limited to 'dot_config/wezterm/chezmoi.lua.tmpl')
| -rw-r--r-- | dot_config/wezterm/chezmoi.lua.tmpl | 2 |
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 |
