Clean up Zsh run command
This commit is contained in:
parent
e4813d3c6c
commit
23b3afe282
|
@ -4030,7 +4030,7 @@ x`,
|
||||||
input: `expr 123 \\* 234`,
|
input: `expr 123 \\* 234`,
|
||||||
main: ".zshrc",
|
main: ".zshrc",
|
||||||
createEmpty: ``,
|
createEmpty: ``,
|
||||||
run: `SHELL=/usr/bin/zsh ZDOTDIR="$PWD" zsh`,
|
run: `SHELL=/usr/bin/zsh zsh`,
|
||||||
scope: {
|
scope: {
|
||||||
code: `x="$(expr 123 \\* 234)"`,
|
code: `x="$(expr 123 \\* 234)"`,
|
||||||
input: `echo "$x"`,
|
input: `echo "$x"`,
|
||||||
|
|
Loading…
Reference in New Issue