source: trunk/debathena/config/shell-config/debian/bash.bashrc.debathena @ 25770

Revision 25770, 452 bytes checked in by jdreed, 12 years ago (diff)
In shell-config: * Don't source the now non-existent original undiverted profile
Line 
1# This is the Debathena /etc/bash.bashrc configuration, installed by
2# debathena-bash-config.
3DEBATHENA_BASHRC_DIR=/usr/share/debathena-bash-config/bashrc.d
4
5# Source the normal bash.bashrc
6. /etc/bash.bashrc.debathena-orig
7
8# Source all bash scripts in our bashrc.d directory.
9for i in `run-parts --list "$DEBATHENA_BASHRC_DIR"`; do . "$i"; done
10
11# Inform our /etc/profile.d script that bashrc.d has already been
12# sourced.
13debathena_bashrc_sourced=1
Note: See TracBrowser for help on using the repository browser.