#!/usr/bin/env bash

# Environment Variables
if [ -f ".env" ]; then
	dotenv
fi

# ASDF
asdf reshim
