Skip to content

Commit

Permalink
Sync man/direnv-stdlib.1.md from manual changes to man/direnv-stdlib.1
Browse files Browse the repository at this point in the history
This was omitted in !921 / c965ba0.
  • Loading branch information
gertvdijk committed Jul 13, 2022
1 parent c45e866 commit f58196a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion man/direnv-stdlib.1.md
Expand Up @@ -105,7 +105,15 @@ Example:

### `source_up [<filename>]`

Loads another `.envrc` if found when searching from the parent directory up to /.
Loads another `.envrc` if found with the find_up command. Returns 1 if no file
is found.

NOTE: the other `.envrc` is not checked by the security framework.

### `source_up_if_exists [<filename>]`

Loads another `.envrc` if found with the find_up command. If one is not
found, nothing happens.

NOTE: the other `.envrc` is not checked by the security framework.

Expand Down

0 comments on commit f58196a

Please sign in to comment.