We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9c7a3 commit 2facd47Copy full SHA for 2facd47
data/env.nu.j2
@@ -9,7 +9,7 @@ def _nix_your_shell (command: string, args: list<string>) {
9
{%- else %}
10
let args = ["--"] ++ $args
11
{%- endif %}
12
- run-external {{ executable }} $command ...$args
+ run-external {{ executable }} nu $command ...$args
13
} else {
14
run-external $command ...$args
15
}
0 commit comments