export LOG_LEVEL=INFO

export PYTHONPATH="$PYTHONPATH:$(pwd)"

if command -v lorri &> /dev/null; then
    eval "$(lorri direnv)"
elif command -v nix &> /dev/null; then
    use nix --command zsh
fi

if [[ -f .envrc.local ]]; then
  source .envrc.local
fi
