# Always load ENV
test -f "$HOME/.env" && . "$HOME/.env"

test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"
