direnv: clarification in the examples and Italian translation (#7001)

This commit is contained in:
Francesco Franchina
2021-10-25 23:18:28 +02:00
committed by GitHub
parent 41cebf70a0
commit 61b7666a76
2 changed files with 29 additions and 5 deletions

View File

@@ -3,17 +3,17 @@
> 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`:
- Grant direnv permission to load the `.envrc` present in the current directory:
`direnv allow`
`direnv allow {{.}}`
- Revoke the authorization of a given `.envrc`:
- Revoke the authorization to load the `.envrc` present in the current directory:
`direnv deny`
`direnv deny {{.}}`
- Edit the `.envrc` file in the default text editor and reload the environment on exit:
`direnv edit .`
`direnv edit {{.}}`
- Trigger a reload of the environment: