mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
updated some load paths.
This commit is contained in:
parent
3b8b7164da
commit
f6769c725f
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ if [ -d "$HOME/.local" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load information that is in any extra random installed directory.
|
# Load information that is in any extra random installed directory.
|
||||||
__LOAD_DIRS=(/opt/mate /opt/makemkv /opt/ffmpeg $HOME/.gem/ruby/2.5.0 /opt/icestorm)
|
__LOAD_DIRS=(/opt/fpga /opt/makemkv /opt/icestorm)
|
||||||
for DIR_EXPAND in ${__LOAD_DIRS[*]}; do
|
for DIR_EXPAND in ${__LOAD_DIRS[*]}; do
|
||||||
loadDirectory $DIR_EXPAND
|
loadDirectory $DIR_EXPAND
|
||||||
done
|
done
|
||||||
|
@ -109,4 +109,4 @@ unset DIR_EXPAND __LOAD_DIRS
|
||||||
# #echo $__VAR_PTR "=" $__VAR_VAL
|
# #echo $__VAR_PTR "=" $__VAR_VAL
|
||||||
# fi
|
# fi
|
||||||
#done
|
#done
|
||||||
#unset __VAR_PTR_LST __VAR_PTR __VAR_VAL
|
#unset __VAR_PTR_LST __VAR_PTR __VAR_VAL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue