bashrc.d/2-loader
Luke be1cbd69d4 Faster loading rework
- Fixed Batou Local Bits
- fixed case insensitivyt bug
- added oracle server bit
- added the loader stub
2023-06-03 18:55:25 -07:00

8 lines
204 B
Text

# These lines are to be appended to the default Ubuntu bashrc script
# the only line I add to modify this file
if [[ -e ${HOME}/.bashrc.d/1-compiled ]]; then
source ${HOME}/.bashrc.d/1-compiled
fi