diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
commit | 7894f38e03e6b0b14f1ecb672bcb5e8d139a8011 (patch) | |
tree | 69bb0dc6c488801215aa73452c3a0e58e3e5c5da /.envrc | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
0.14.0, spine sync
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 |