aboutsummaryrefslogtreecommitdiffhomepage
path: root/.envrc
blob: e488686eb82430f5230dd245fc4c9aeec4b48653 (plain)
1
2
3
4
5
6
if [ -f .envrc-git-init ]; then
  source_env_if_exists .envrc-git-init || source .envrc-git-init
fi
if [ -f .envrc-local ]; then
  source_env_if_exists .envrc-local || source .envrc-local
fi