We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d143c3 commit a51179eCopy full SHA for a51179e
2 files changed
assets/chezmoi.io/docs/reference/target-types.md
@@ -109,6 +109,7 @@ The default script interpreters are:
109
110
| Extension | Command | Arguments |
111
| --------- | ------------ | --------- |
112
+| `.nu` | `nu` | *none* |
113
| `.pl` | `perl` | *none* |
114
| `.py` | `python3` | *none* |
115
| `.ps1` | `powershell` | `-NoLogo` |
internal/cmd/util_windows.go
@@ -17,6 +17,9 @@ var defaultInterpreters = map[string]*chezmoi.Interpreter{
17
"cmd": {},
18
"com": {},
19
"exe": {},
20
+ "nu": {
21
+ Command: "nu",
22
+ },
23
"pl": {
24
Command: "perl",
25
},
0 commit comments