diff --git a/.gitignore b/.gitignore index 50da8ad..f30b891 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ test-scratch.sh notes.txt todo.txt +scratch.txt *.bak next-* old diff --git a/alias.sh b/alias.sh new file mode 100644 index 0000000..89ef08b --- /dev/null +++ b/alias.sh @@ -0,0 +1,5 @@ +echo 'alias run_esp_reinstall="git -C $HOME/esp/esp-install-custom pull; cat $HOME/esp/esp-install-custom/version.txt; bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh "' >> ~/.zshrc + +echo 'alias esp_monitor="tail -n 75 -f $ESPIDF_INSTALLDIR/install.log;"' >> ~/.zshrc + +echo 'alias esp_logs="less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt"' >> ~/.zshrc diff --git a/version.txt b/version.txt index 16b6a5a..d5112bd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-alpha1.2 \ No newline at end of file +61-alpha2 \ No newline at end of file