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
|
@ -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