From 5d0a6745dba4353be267aa53ecf12a1e6f68b0b8 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 18:49:39 -0700 Subject: [PATCH] 61-alpha2 --- .gitignore | 1 + alias.sh | 5 +++++ version.txt | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 alias.sh 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