# vi: ft=sh
# shellcheck disable=all
#
dotenv_if_exists

use flake

watch_file $(fd -tf -enix)

[[ -d "${PWD}/.venv" ]] && source .venv/bin/activate
