<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Catalog\Block\Product\ListProduct">
        <plugin name="myfitmix_magetopcustom_listproduct_plugin" type="Myfitmix\Magetopcustom\Plugin\Product\ListProductPlugin" />
    </type>
    <type name="Magento\Customer\Controller\Account\LoginPost">
        <plugin name="myfitmix_magetopcustom_redirect_plugin" type="Myfitmix\Magetopcustom\Plugin\RedirectPlugin" />
    </type>
</config>
