Skip to content

Add documentation for DEVBOX_NO_PROMPT to the FAQ. #1792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/app/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ export DEVBOX_USE_VERSION=0.8.0

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

## How can I prevent Devbox from modifying my prompt while inside a shell?

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:

```bash
DEVBOX_NO_PROMPT=true
```

You can now detect being inside a `devbox shell` and change your prompt using the method of your choosing.

## How can I uninstall Devbox?

To uninstall Devbox:
Expand Down