Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > media > main-src > by-pkgid > eb15691978c09bb8ac4d8bba360dd419 > files > 13

bash-2.04-12mdk.src.rpm

# /etc/bashrc

# System wide functions and aliases
# Environment stuff goes in /etc/profile

if [ -z "$PROFILE_LOADED" -a -e /etc/profile ]; then
    . /etc/profile
fi

unset PROFILE_LOADED

# For some unknown reason bash refuses to inherit
# PS1 in some circumstances that I can't figure out.
# Putting PS1 here ensures that it gets loaded every time.
PS1="[\u@\h \W]\\$ "