You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can upgrade to the latest version of Devbox by unsetting the variable, and running `devbox version update`
61
61
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.
0 commit comments