- 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
|