Skip to content

Commit 253f991

Browse files
authored
Add documentation for DEVBOX_NO_PROMPT to the FAQ. (#1792)
## Summary Documentation for `DEVBOX_NO_PROMPT` from PR #1743.
1 parent 6088189 commit 253f991

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/app/docs/faq.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ export DEVBOX_USE_VERSION=0.8.0
5959

6060
You can upgrade to the latest version of Devbox by unsetting the variable, and running `devbox version update`
6161

62+
## How can I prevent Devbox from modifying my prompt while inside a shell?
63+
64+
By default, Devbox will prefix your prompt with `(devbox)` when inside a `devbox shell`. You can disable this behavior by setting this environment variable in your shell's rcfile:
65+
66+
```bash
67+
DEVBOX_NO_PROMPT=true
68+
```
69+
70+
You can now detect being inside a `devbox shell` and change your prompt using the method of your choosing.
71+
6272
## How can I uninstall Devbox?
6373

6474
To uninstall Devbox:

0 commit comments

Comments
 (0)