# You may want to put all your additions into a folder file like
# ~/.bash, instead of adding them here directly.
for file in ~/.bash/enabled/*.sh; do
  . $file
done