Clean up Zsh run command

This commit is contained in:
Radon Rosborough 2020-10-17 08:39:46 -07:00
parent eb77ce071e
commit 744e969b4a
1 changed files with 1 additions and 1 deletions

View File

@ -4030,7 +4030,7 @@ x`,
input: `expr 123 \\* 234`,
main: ".zshrc",
createEmpty: ``,
run: `SHELL=/usr/bin/zsh ZDOTDIR="$PWD" zsh`,
run: `SHELL=/usr/bin/zsh zsh`,
scope: {
code: `x="$(expr 123 \\* 234)"`,
input: `echo "$x"`,