From c7c4ee852686e0f6a794f19bd90a5e47996d9f51 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 17 Dec 2025 08:59:32 -0700 Subject: [PATCH] no moe spamming the fuckin bashrc --- esp-idf-tools-cmd.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index df987f4..0add691 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -307,8 +307,6 @@ function testAppendAlias() { function handleAliasEnviron() { cp $rcFile $rcFile.bak # backup da thing first frong - # the pretty comment and such first - testAppendAlias "# esp-idf-tools aliases" "\n\n# esp-idf-tools" testAppendAlias "ESPDIR" "export ESPDIR=\"$installDir\"" testAppendAlias "ESPIDFTOOLS_INSTALLDIR" "export ESPIDFTOOLS_INSTALLDIR=\"$installDir/esp-idf-tools\"" testAppendAlias "get-esp-tools" "alias get-esp-tools='. $exportScript'"