1
0
forked from clan/clan-infra
clan-infra/.envrc

10 lines
227 B
Plaintext
Raw Permalink Normal View History

2024-07-08 13:16:01 +00:00
# shellcheck shell=bash
2023-07-05 11:50:48 +00:00
use flake
watch_file .envrc.private
if [[ -f .envrc.private ]]; then
source_env .envrc.private
else
echo "copy .envrc.private-template to .envrc.private and follow the instructions in this file"
fi