Skip to content
Snippets Groups Projects
.envrc 174 B
Newer Older
nimrod's avatar
nimrod committed
# 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