From 0de87e9ecffd71fd2af8c323a81d653cb31ccf4a Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 11 Apr 2024 23:56:28 -0500 Subject: feat(chezmoi): set cd command to zsh --- .chezmoi.toml.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to '.chezmoi.toml.tmpl') 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] -- cgit v1.2.3