# This is the Debathena /etc/bash.bashrc configuration, installed by
# debathena-bash-config.
DEBATHENA_BASHRC_DIR=/usr/share/debathena-bash-config/bashrc.d

# Source the normal bash.bashrc
. /etc/bash.bashrc.debathena-orig

# Source all bash scripts in our bashrc.d directory.
for i in `run-parts --list "$DEBATHENA_BASHRC_DIR"`; do . "$i"; done

# Inform our /etc/profile.d script that bashrc.d has already been
# sourced.
debathena_bashrc_sourced=1
