awooo112111\

This commit is contained in:
2025-08-18 19:14:06 -06:00
parent 7306f2ec18
commit f2c6d0dd2c
2 changed files with 24 additions and 10 deletions
+1
View File
@@ -319,6 +319,7 @@ function handleAliasEnviron() {
grep -q '# esp-idf-tools' $rcFile
ret=$?
# add the friendly comment to the rcfile if its not there :3
if [ ! $ret -eq 0 ]; then
writeToLog "Adding esp-idf-tools aliases to $rcFile"
echo -e "\n# esp-idf-tools\n" >> $rcFile