Skip to content
Open
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
8 changes: 4 additions & 4 deletions docs/devbox/faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ the prometheus package:

```bash
devbox add prometheus --outputs=out,cli
```bash
```

You can also specify non-default outputs in [flake references](/docs/devbox/guides/using-flakes/):

Expand Down Expand Up @@ -128,13 +128,13 @@ disable this behavior by setting this environment variable in your shell's rcfil

```bash
DEVBOX_NO_PROMPT=true
```json
```

If you are using Fish:

```
set -U devbox_no_prompt true
```bash
set -U devbox_no_prompt true
```

## How can I uninstall Devbox?[​](#how-can-i-uninstall-devbox "Direct link to How can I uninstall Devbox?")

Expand Down