diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-24 12:11:50 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-24 12:11:50 -0400 |
commit | 7591439b407b39ecfc37b667bc3d54192aa4b9ef (patch) | |
tree | e95e3977686f54735fcd8707da815ead918e703d /.envrc |
ldc-1.37.0 ... dub 1.36.0
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +if [ -f .envrc-local ]; then + source_env_if_exists .envrc-local || source .envrc-local +fi +if [ -f .envrc-nix ]; then + source_env_if_exists .envrc-nix || source .envrc-nix +fi |