From 98be7793999d98a9e936ff55df4a1d024620496c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 3 May 2022 22:53:58 +0300 Subject: [PATCH] Update to the .envrc skeleton file. - Source the .envrc.private file (if it exists). - Ignore sourced files that aren't in the input (everytime with pre-commit). --- .config/git/skel/.envrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/git/skel/.envrc b/.config/git/skel/.envrc index 9a29cde..8365371 100644 --- a/.config/git/skel/.envrc +++ b/.config/git/skel/.envrc @@ -1,2 +1,3 @@ -# shellcheck shell=bash +# shellcheck shell=bash disable=SC1091 source_up +[ ! -f .envrc.private ] || . .envrc.private -- GitLab