From 4a75f67b988a56ad407655a636edca08a330cb60 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 11 Oct 2020 13:04:05 -0700 Subject: [PATCH] added esp32 and openforgetools --- aliases.sh | 3 +++ path_enviornment.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index df2de79..42cbbbc 100644 --- a/aliases.sh +++ b/aliases.sh @@ -27,6 +27,9 @@ alias fdiff="sdiff -t --tabsize=4 -w \$(tput cols) -b" alias rsync-prog="rsync -Pav" alias parallel="parallel --no-notice" +export IDF_TOOLS_PATH=/opt/esp +alias get_idf=". ${IDF_TOOLS_PATH}/esp-idf/export.sh" + if [[ -e /opt/eagle/eagle/eagle ]]; then alias eagle=$(readlink -f /opt/eagle/eagle/eagle) fi diff --git a/path_enviornment.sh b/path_enviornment.sh index 70ca0bc..b246ae0 100644 --- a/path_enviornment.sh +++ b/path_enviornment.sh @@ -61,7 +61,7 @@ function loadDirectory() { ########### # Load information that is in any extra random installed directory. -__LOAD_DIRS=(/opt/fpga /opt/makemkv /opt/icestorm /opt/gemini $HOME/.gem/ruby/2.7.0) +__LOAD_DIRS=(/opt/fpga-opentoolforge/current /opt/fpga /opt/makemkv /opt/icestorm /opt/gemini $HOME/.gem/ruby/2.7.0) for DIR_EXPAND in ${__LOAD_DIRS[*]}; do loadDirectory $DIR_EXPAND done