forked from clan/clan-infra
10 lines
227 B
Bash
10 lines
227 B
Bash
# shellcheck shell=bash
|
|
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
|