clan-infra/.envrc
2023-07-05 13:50:48 +02:00

9 lines
203 B
Plaintext

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