summaryrefslogtreecommitdiff
path: root/.chezmoi.toml.tmpl
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-04-11 23:56:28 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit0de87e9ecffd71fd2af8c323a81d653cb31ccf4a (patch)
tree24d5171349bf22847357801465e2e603af469447 /.chezmoi.toml.tmpl
parenta99b211b3bec43ebe3cdfa1899cba227d1d569a4 (diff)
feat(chezmoi): set cd command to zsh
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r--.chezmoi.toml.tmpl3
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]