File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
internal/devbox/testdata/shellrc Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ export simple="value";
8
8
export space="quote me";
9
9
export special="\$\`\"\\";
10
10
11
- # Prepend to the prompt to make it clear we're in a devbox shell.
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.
12
13
export PS1="(devbox) $PS1"
13
14
14
15
# End Devbox Post-init Hook
Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
- # Prepend to the prompt to make it clear we're in a devbox shell.
5
+ # If the user hasn't specified they want to handle the prompt themselves,
6
+ # prepend to the prompt to make it clear we're in a devbox shell.
6
7
export PS1="(devbox) $PS1"
7
8
8
9
# End Devbox Post-init Hook
You can’t perform that action at this time.
0 commit comments