direnv: clarification in the examples and Italian translation (#7001)
This commit is contained in:

committed by
GitHub

parent
41cebf70a0
commit
61b7666a76
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user