export REPO="$PWD"
path_add PATH \
  "$REPO/bin" \
  "$REPO/.venv/bin" \
  "$REPO/node_modules/.bin" \
;
