#!/usr/bin/env bash if has lorri; then eval "$(lorri direnv)" fi if [[ -f .envrc.local ]]; then source_env .envrc.local fi