Skip to content

Commit b62b346

Browse files
authored
[easy] devbox docs: direnv, remove warning about 0.5.0 breaking change (#2134)
## Summary I think we can remove this from the top of the page. Its been a loooong time now. ## How was it tested?
1 parent 70aa55e commit b62b346

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/app/docs/ide_configuration/direnv.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ title: direnv
77
___
88
[direnv](https://direnv.net) is an open source environment management tool that allows setting unique environment variables per directory in your file system. This guide covers how to configure direnv to seamlessly work with a devbox project.
99

10-
:::note
11-
Devbox 0.5.0 makes changes to how the environment is sourced in order to ensure better compatibility with the user's host shell. This may raise some errors if you generated your `.envrc` file with an older version of devbox.
12-
13-
If you see any errors when activating your `.envrc` file, you will need to run `devbox generate direnv --force`, and then re-run `devbox shell` to apply the latest changes. Be sure to back up your old `.envrc` file before running this command.
14-
15-
Direnv only supports modifying environment variables, so your `init_hook` functionality will be restricted. In particular, aliases, functions, and command completions will not work. If you use these, stick with the manual `devbox shell`.
16-
:::
17-
1810
### Prerequisites
1911
* Install direnv and hook it to your shell. Follow [this guide](https://direnv.net/#basic-installation) if you haven't done it.
2012

0 commit comments

Comments
 (0)