summaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-24 12:11:50 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-24 12:11:50 -0400
commit7591439b407b39ecfc37b667bc3d54192aa4b9ef (patch)
treee95e3977686f54735fcd8707da815ead918e703d /.envrc
ldc-1.37.0 ... dub 1.36.0
Diffstat (limited to '.envrc')
-rw-r--r--.envrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..6ad5fe2
--- /dev/null
+++ b/.envrc
@@ -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