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