From 32100f0d9f03ed21c3606d34b8e77b85acc8c9c3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 25 Feb 2023 19:58:48 +0200 Subject: [PATCH] .envrc: Bring in line with other projects. --- .envrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.envrc b/.envrc index f270360..0b85b26 100644 --- a/.envrc +++ b/.envrc @@ -1,2 +1,7 @@ -source_up +# shellcheck shell=bash disable=SC1091 +# vim: ft=sh +if ( cd .. && find_up .envrc >/dev/null ) +then + source_up || true +fi layout pipenv -- GitLab