diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-04 12:35:14 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-04 12:35:14 -0400 |
commit | f9be4ab4c1b364481d9f92dc6b5d3306206407c9 (patch) | |
tree | bce1239e03430259b7126d331a681c85c3141424 /.envrc | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
nix housekeepingdoc-reform_v0.12.0
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +if [ -f .envrc-git-init ]; then + source_env_if_exists .envrc-git-init || source .envrc-git-init +fi if [ -f .envrc-local ]; then source_env_if_exists .envrc-local || source .envrc-local fi |