mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
Faster loading rework
- Fixed Batou Local Bits - fixed case insensitivyt bug - added oracle server bit - added the loader stub
This commit is contained in:
parent
04c6996897
commit
be1cbd69d4
4 changed files with 29 additions and 3 deletions
8
2-loader
Normal file
8
2-loader
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue