From 132ed0d8cdef4dfc9e9eab0f4a1ac2569156b267 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 3 Nov 2019 09:07:47 +0000 Subject: Support a .local.envrc file --- .envrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index 74d325d..47d14d3 100644 --- a/.envrc +++ b/.envrc @@ -1,3 +1,7 @@ use guix --ad-hoc guile haunt export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH" + +if [ -f .local.envrc ]; then + source_env .local.envrc +fi -- cgit v1.2.3