Skip to content

Commit b929a48

Browse files
LagojaLucilleH
andauthored
Apply suggestions from code review
Co-authored-by: Lucille Hua <[email protected]> Signed-off-by: John Lago <[email protected]>
1 parent 0a69835 commit b929a48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/app/docs/env_variables.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Below are some useful environment variables that Devbox sets up for you. These v
1212

1313
| Variable | Description |
1414
|:--------|:-----------|
15-
|`DEVBOX_CONFIG_DIR`| The directory where Devbox stores user-editable config files for your project's packages. These files can be checked into source control|
16-
|`DEVBOX_PACKAGES_DIR`| The directory containing the binaries and files for the packages in your current project.|
15+
|`DEVBOX_CONFIG_DIR`| The directory where Devbox stores user-editable config files for your project's packages. These files can be checked into source control |
16+
|`DEVBOX_PACKAGES_DIR`| The directory containing the binaries and files for the packages in your current project |
1717
| `DEVBOX_PROJECT_ROOT` | The root directory of your current project. This will match the directory location of the `devbox.json` file for your currently running shell |
1818
| `DEVBOX_PURE_SHELL` | Indicates whether you are running your current shell in pure mode. Pure mode clears your current environment variables before starting a devbox shell |
1919
| `DEVBOX_SHELL_ENABLED` | Whether or not Devbox is enabled in the current shell. This is automatically set to `1` when you start a shell, run a script, or start services |
@@ -26,8 +26,8 @@ Below are some environment variables that can be used to manage how Devbox sets
2626

2727
| Variable | Description | Value |
2828
|:--------|:-----------|:------------|
29-
|`DEVBOX_DEBUG` | Enable debug output for Devbox. If set to 1, this will print out additional information about what Devbox is doing. | 0 |
30-
|`DEVBOX_FEATURE_DETSYS_INSTALLER` | If enabled, Devbox will use the Determinate Systems installer to setup Nix on your system. | 0 |
31-
|`DEVBOX_NO_PROMPT` | Disables the default shell prompt modification for Devbox. Usually used if you want to configure your own prompt for indicating that you are in a devbox sell | 0 |
29+
|`DEVBOX_DEBUG` | Enable debug output for Devbox. If set to 1, this will print out additional information about what Devbox is doing | 0 |
30+
|`DEVBOX_FEATURE_DETSYS_INSTALLER` | If enabled, Devbox will use the Determinate Systems installer to setup Nix on your system | 0 |
31+
|`DEVBOX_NO_PROMPT` | Disables the default shell prompt modification for Devbox. Usually used if you want to configure your own prompt for indicating that you are in a devbox shell | 0 |
3232
|`DEVBOX_PC_PORT_NUM` | Sets the port number for process-compose when running Devbox services. If this variable is unset and a port is not provided via the CLI, Devbox will choose a random available port | `unset` |
3333
|`DEVBOX_USE_VERSION` | Setting this variable will force Devbox to use a different version than the current latest. For example: `DEVBOX_USE_VERSION=0.13.0` will install and use Devbox v0.13 for all Devbox commands| `unset`|

0 commit comments

Comments
 (0)