Added Costco fuel price check function to .aliases and updated .profile

This commit is contained in:
2022-12-15 17:06:14 +00:00
parent bdc2f55245
commit 58e96b4233
2 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -22,4 +22,5 @@ if [ -n "$BASH_VERSION" ]; then
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
export PATH="$PATH:$HOME/opt/esp/xtensa-lx106-elf/bin"
export IDF_PATH="/opt/esp/ESP8266_RTOS_SDK"