sampleplayer/.envrc
Sophie Schiller 05c07715ad helloworld
2024-05-19 11:18:06 +02:00

9 lines
131 B
Bash

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