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 4234053 commit d45c44cCopy full SHA for d45c44c
internal/devbox/testdata/shellrc/basic/shellrc.golden
@@ -3,10 +3,10 @@ if [ -f testdata/shellrc/basic/shellrc ]; then
3
fi
4
# Begin Devbox Post-init Hook
5
6
-export quote="they said, \"lasers\"";
+export quote="'they said, "lasers"'";
7
export simple="value";
8
-export space="quote me";
9
-export special="\$\`\"\\";
+export space="'quote me'";
+export special="'$`"\'";
10
11
# If the user hasn't specified they want to handle the prompt themselves,
12
# prepend to the prompt to make it clear we're in a devbox shell.
0 commit comments