diff --git a/docs/devbox/faq/index.mdx b/docs/devbox/faq/index.mdx index 0d738b4..eea2c09 100644 --- a/docs/devbox/faq/index.mdx +++ b/docs/devbox/faq/index.mdx @@ -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/): @@ -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?")