added esp32 and openforgetools

This commit is contained in:
Luke 2020-10-11 13:04:05 -07:00
parent 64bc87ab2b
commit 4a75f67b98
2 changed files with 4 additions and 1 deletions

View file

@ -27,6 +27,9 @@ alias fdiff="sdiff -t --tabsize=4 -w \$(tput cols) -b"
alias rsync-prog="rsync -Pav" alias rsync-prog="rsync -Pav"
alias parallel="parallel --no-notice" 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 if [[ -e /opt/eagle/eagle/eagle ]]; then
alias eagle=$(readlink -f /opt/eagle/eagle/eagle) alias eagle=$(readlink -f /opt/eagle/eagle/eagle)
fi fi

View file

@ -61,7 +61,7 @@ function loadDirectory() {
########### ###########
# Load information that is in any extra random installed directory. # 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 for DIR_EXPAND in ${__LOAD_DIRS[*]}; do
loadDirectory $DIR_EXPAND loadDirectory $DIR_EXPAND
done done