aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
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 00000000..6ad5fe23
--- /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