exit_idf added. added echo of ESP_IDF_VERSION to export

This commit is contained in:
2025-04-30 11:35:40 -06:00
parent 08dffc74b3
commit f02f963ed5
6 changed files with 37 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
unset $ESPIDF_INSTALLDIR
unset $IDF_PATH
unset $ESP_IDF_VERSION
unset $IDF_PYTHON_ENV_PATH
unset $OPENOCD_SCRIPTS
unset $ESP_ROM_ELF_DIR
unset $IDF_DEACTIVATE_FILE_PATH
unset $IDF_TOOLS_INSTALL_CMD
unset $IDF_TOOLS_EXPORT_CMD
unset $IDF_TOOLS_EXPORT_CMD
unset $ESPPORT
unset $ESPBAUD
unset $ESPTARGET
exec "$SHELL" --login
source $HOME/.zshrc
reset