aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-09-13 11:26:46 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-09-13 11:26:46 -0400
commit59456d7b2c1e2a064989a455669737ccf3b3e2a9 (patch)
treeb0fb047524868266d5c5707d589e1f10c7bfdf8c /.envrc
parentorg, reorganize lib headers, (simplify managing) (diff)
org, nix config relatedHEADupstream
Diffstat (limited to '.envrc')
-rw-r--r--.envrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 6ad5fe23..669d42f5 100644
--- a/.envrc
+++ b/.envrc
@@ -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