Zend certified PHP/Magento developer

How to redirect to cart after adding product to cart programmatically

I want to redirect to cart page after adding the product into cart,
I know there is a provision in config but I have a custom product type and that config is not working for that product.

That configuration setting is working for simple and other products but not for the custom product type.

So Is there any way I can do this thing programmatically using plugins or anything else.