mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
added esp32 and openforgetools
This commit is contained in:
parent
64bc87ab2b
commit
4a75f67b98
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue