From 233b487dab4a90e688fa6188ab2320713ae03d8d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 20:42:58 -0600 Subject: [PATCH] m0ar fizax --- custom_bin/exit-esp-tools.sh | 2 +- uninstall.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/custom_bin/exit-esp-tools.sh b/custom_bin/exit-esp-tools.sh index c969bce..5b9309f 100644 --- a/custom_bin/exit-esp-tools.sh +++ b/custom_bin/exit-esp-tools.sh @@ -11,5 +11,5 @@ unset ESPPORT unset ESPBAUD unset ESPTARGET exec "$SHELL" --login -source $HOME/.zshrc +source $HOME/.bashrc reset diff --git a/uninstall.sh b/uninstall.sh index 2b4bac2..73ebb37 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -1,5 +1,5 @@ #!/bin/bash -echo STARTING UNINSTALLATION +echo "STARTING UNINSTALLATION" # nuke dirs rm -rf ~/esp/esp-idf 2>/dev/null rm -rf ~/esp/esp-dev-kits 2>/dev/null @@ -17,4 +17,5 @@ sed -i.bak '/# esp-idf-tools/d' ~/.bashrc sed -i '/get-esp-tools/d' ~/.bashrc sed -i '/run-esp-cmd/d' ~/.bashrc sed -i '/esp-install-monitor/d' ~/.bashrc -sed -i '/esp-install-logs/d' ~/.bashrc \ No newline at end of file +sed -i '/esp-install-logs/d' ~/.bashrc +echo "DONE UNINSTALLING" \ No newline at end of file