We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542ff79 commit 200d75fCopy full SHA for 200d75f
1 file changed
home/.chezmoi.toml.tmpl
@@ -6,3 +6,9 @@
6
7
[bitwarden]
8
command = "bw"
9
+
10
+{{ if eq .chezmoi.os "windows" -}}
11
+[interpreters.ps1]
12
+ command = "pwsh"
13
+ args = ["-NoLogo", "-NoProfile", "-ExecutionPolicy", "Bypass"]
14
+{{ end -}}
0 commit comments