We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b90899 commit c1ded7fCopy full SHA for c1ded7f
base/client.jl
@@ -67,6 +67,8 @@ function repl_cmd(cmd, out)
67
@static if !Sys.iswindows()
68
if shell_name == "fish"
69
shell_escape_cmd = "begin; $(shell_escape_posixly(cmd)); and true; end"
70
+ elseif shell_name == "nu"
71
+ shell_escape_cmd = "$(shell_escape_posixly(cmd))"
72
else
73
shell_escape_cmd = "($(shell_escape_posixly(cmd))) && true"
74
end
0 commit comments