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
|
||||
|
||||
# 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
|
||||
loadDirectory $DIR_EXPAND
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue