sampleplayer/.envrc

10 lines
131 B
Text
Raw Normal View History

2024-05-19 09:18:06 +00:00
#!/usr/bin/env bash
if has lorri; then
eval "$(lorri direnv)"
fi
if [[ -f .envrc.local ]]; then
source_env .envrc.local
fi