if ! has devenv; then
  echo "devenv not found. Install it: https://devenv.sh/getting-started/"
  exit 1
fi

eval "$(devenv print-dev-env)"
