Skip to content

Commit 8382061

Browse files
savtripLagoja
andauthored
Update direnv.md (#2110)
Fixed typo in docs. Signed-off-by: Sav Tripodi <[email protected]> Signed-off-by: John Lago <[email protected]> Co-authored-by: John Lago <[email protected]>
1 parent f4a7589 commit 8382061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/ide_configuration/direnv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ direnv: loading ~/src/devbox/docs/.envrc
3232
direnv: using devbox
3333
```
3434

35-
This will generate a `.envrc` file in your project directory that contains `devbox.json`. Run `direnv allow` to activate your shell upon directory navigation. Run `direnv revoke` to stop. Changes to `devbox.json` automatically trigger direnv to reset the environment. The generated `.envrc` file doesn't need any further configuration. Just having the generated file along with installed direnv and Devbox, is enough to make direnv integration with Devbox work.
35+
This will generate a `.envrc` file in your project directory that contains `devbox.json`. Run `direnv allow` to activate your shell upon directory navigation. Run `direnv revoke` to stop. Changes to `devbox.json` automatically trigger direnv to reset the environment. The generated `.envrc` file doesn't need any further configuration. Just having the generated file along with an installed direnv and Devbox is enough to make direnv integrate with Devbox.
3636

3737

3838
#### Existing Project

0 commit comments

Comments
 (0)