mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 04:10:12 -07:00
- Fixed Batou Local Bits - fixed case insensitivyt bug - added oracle server bit - added the loader stub
8 lines
204 B
Text
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
|