1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-02 02:15:30 +02:00
tldr/pages/common/direnv.md
2020-10-24 13:29:25 +01:00

24 lines
515 B
Markdown

# direnv
> Shell extension to load and unload environment variables depending on the current directory.
> More information: <https://github.com/direnv/direnv>.
- Grant direnv permission to load the specified .envrc:
`direnv allow`
- Revoke the authorization of a given .envrc:
`direnv deny`
- Edit the `.envrc` file in the default text editor and reload the environment on exit:
`direnv allow`
- Trigger a reload of the environment:
`direnv reload`
- Print some debug status information:
`direnv status`