diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-22 20:09:13 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | e7cadae140c21bc66563f55562b255489dd2ac5c (patch) | |
| tree | e8548c2060eac346a7a3a31e21cee191aa8838ab | |
| parent | ab93e146bbcc5c00ec3059253e643623d684cd73 (diff) | |
fix(wezterm): change default linux shell to zsh
| -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 |
