Skip to content
Snippets Groups Projects
Commit 9b58ea22 authored by nimrod's avatar nimrod
Browse files

Stricter direnv script.

Base on the skeleton file.
parent fb1a0bbf
No related branches found
No related tags found
No related merge requests found
Pipeline #2953 waiting for manual action
source_up
# shellcheck shell=bash disable=SC1091
# vim: ft=sh
if ( cd .. && find_up .envrc >/dev/null )
then
source_up || true
fi
source_env_if_exists .envrc.private
layout pipenv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment