diff options
Diffstat (limited to '.chezmoi.toml.tmpl')
| -rw-r--r-- | .chezmoi.toml.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 2f01e85..e8e90fd 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -18,6 +18,9 @@ {{ if eq .chezmoi.os "windows" -}} [cd] command = "pwsh" +{{ else }} +[cd] + command = "zsh" {{ end -}} [data] |
