Files
tora/.envrc
T
2026-07-02 17:02:49 +02:00

9 lines
216 B
Bash

#!/usr/bin/env bash
export GIT_CONFIG_GLOBAL=/dev/null
eval "$(devenv direnvrc)"
# You can pass flags to the devenv command
# For example: use devenv --impure --option services.postgres.enable:bool true
use devenv