Commit 9b58ea22 authored by nimrod's avatar nimrod
Browse files

Stricter direnv script.

Base on the skeleton file.
parent fb1a0bbf
Loading
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
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