Faster loading rework

- Fixed Batou Local Bits
- fixed case insensitivyt bug
- added oracle server bit
- added the loader stub
This commit is contained in:
Luke 2023-06-03 18:33:55 -07:00
parent 04c6996897
commit be1cbd69d4
4 changed files with 29 additions and 3 deletions

8
2-loader Normal file
View file

@ -0,0 +1,8 @@
# 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