mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
The rc scripts should be included only when a new shell is started. At present, for bash and zsh, we are also including them in the export scripts, which is incorrect and may cause recursion. Closes https://github.com/espressif/esp-idf/issues/14584 Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>