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