From 59456d7b2c1e2a064989a455669737ccf3b3e2a9 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 13 Sep 2024 11:26:46 -0400 Subject: org, nix config related --- .envrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.envrc') 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 -- cgit v1.2.3